Hello,
since 2 or 3 weeks my source code doesn't work. I load a KML file with
many markers and set a click event on the map. It was triggered when
you click on a marker:
geoXml = new google.maps.GeoXml(...);
map = new google.maps.Map2(document.getElementById("map"));
map.addOverlay(geoXml);
// Event
google.maps.Event.addListener(map, 'click', updateWindow);
At this way, I can't add a trigger on every single marker. But since
some weeks it isn't triggered, when I click on the markers at the map?
Why? How can I trigger clicks on marker, which where loaded from a kml
file?
Thanks for help.
Issy
--
You received this message because you are subscribed to the Google Groups
"Google Maps API V2" 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.