Reputation: 2302
How to move custom marker to front on google map?
I found moveToTop function for GoogleMaps Flash API, but no one for "standard" API.
Upvotes: 3
Views: 2251
Reputation: 42532
You can set the zIndex for a new custom marker when you create it, with the zIndexProcess property on the GMarkerOptions constructor parameter.
Upvotes: 4