Support

Account

Home Forums Add-ons Repeater Field Multiple Custom Icon Markers Based On Repeater Select Field

Helping

Multiple Custom Icon Markers Based On Repeater Select Field

  • I am using the repeater field for displaying google map , how do I change the google marker icon based on the repeater field similiar to the infobox
    basically i want to make the icons value equivalent to the repeater field let say user 1 has icon marker A and user 2 has marker B
    ` var marker = new google.maps.Marker({
    position: latlng,
    map: map,
    icon: icons

    });`

  • Would like to know this as well, a client is asking for this and I’d like to figure this out.

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Multiple Custom Icon Markers Based On Repeater Select Field’ is closed to new replies.