Support

Account

Home Forums ACF PRO Google Maps – Multiple Markers and Marker-Images

Unread

Google Maps – Multiple Markers and Marker-Images

  • Hey guys

    I’m running a repeater file with Google Maps to display multiple markers inside one map. It’s the same code as in the documentation and it works well.

    But I’m using a custom map marker image like this:

    var marker = new google.maps.Marker({
                    position : latLng,
                    map: map,
                    icon: 'urlhere'
                });

    Now I would like to use for some specific locations in the repeater field a custom map marker image. But I’m not sure on how to do this properly.

    Does anyone already have a solution or idea to this?
    What’s the best approach here?

    Thanks in advance 🙂

Viewing 1 post (of 1 total)

The topic ‘Google Maps – Multiple Markers and Marker-Images’ is closed to new replies.