How to move a custom marker to the fore

How do I move a custom marker to the beginning on a Google map?

I discovered the moveToTop function for the GoogleMaps Flash API, but no one is a β€œstandard” API.

+3
source share
1 answer

You can set zIndex for a new custom marker when it is created, with the zIndexProcess property on the GMarkerOptions constructor parameter.

+4
source

Source: https://habr.com/ru/post/1711730/


All Articles