Feryt
Feryt

Reputation: 2302

How to move custom marker to front

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

Answers (1)

RedBlueThing
RedBlueThing

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

Related Questions