Thank you very much, this solved it for me; I didn't know I could set a ZIndex as undefined.
On Mar 15, 4:40 am, Chad Killingsworth <[email protected]> wrote: > I made a test case real quick. This worked for me: > > marker.setZIndex(999); //hover > marker.setZIndex(undefined); //undo > -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
