How to move custom marker to front on google map? I found moveToTop function for GoogleMaps Flash API, but no one for "standard" API.
+3
A:
You can set the zIndex for a new custom marker when you create it, with the zIndexProcess property on the GMarkerOptions constructor parameter.
Cannonade
2009-07-02 12:03:49
Example: http://econym.org.uk/gmap/zindex.htm
Chris B
2009-07-02 15:06:47