Until you addOverlay the marker to the map, there is no DOM element. There's no forward link from the GIcon to the GMarkers that use it, unless you store that information yourself.
The only way to find the DOM elements associated with a GMarker is to crawl through the DOM looking for them. Note that if your GIcon.image is a png file, then its DOM element will be an <img> in standards-compliant browsers and a <div> in MSIE. -- 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 -~----------~----~----~----~------~----~------~--~---
