Hello,

I am currently creating a label for one marker on my map at 
http://pomona.edu/tour/47-a.aspx

The marker has a higher zIndex than the surrounding markers, yet the label 
still sits below those other markers (I want it to sit above all of them). I 
even tried the following two lines, but no dice:

label.set('zIndex', 10000);
marker.setZIndex(10000);

Thanks,

Rory

-- 
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.

Reply via email to