If a marker is dragging it is assigned a zIndex of 1000000* to ensure
it appears in front of all other markers. Else if a marker has an
explicit zIndex it is rendered at that zIndex. Else a marker is
rendered with a zIndex that is its y-coordinate returned by
MapCanvasProjection .fromLatLngToDivPixel
(http://code.google.com/apis/maps/documentation/javascript/reference.html#MapCanvasProjection).
* Value subject to change.
To bring a marker to front I suggest assigning it a large zIndex such as 10000.
> --
> You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group.
> To post to this group, send email to google-map...@googlegroups.com.
> To unsubscribe from this group, send email to google-maps-js-a...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
>
>