Not with GMarker()s. GMarkers live inside a lower pane. No matter how high a zindex you set for the markers, they pane that they live in will still have a lower zindex than the GControls.
You could try to build your own objects that behave a bit like GMarkers but live above the GControls, but the problem there is that they then can't be attached to the moving part of the map, because that is below the GControls. You'd have to listen for map movements and move your objects to follow the map, which is going to be less efficient. Your objects would also be above the infowindows, which wouldn't look very pretty. -- Mike Williams http://econym.org.uk/gmap --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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-api?hl=en -~----------~----~----~----~------~----~------~--~---
