I'm trying to figure out how I add a click event to polygons within
GeoXML. It used to be if I added one to the map, it was able to handle it,
passing the overlay, but now it just ignores any event that is within a
defined polygon. It will pass an event if it's outside the polygon but
inside the map.
The listener looks like this:
google.maps.event.addListener(map, 'click', function(event) {
alert("Changed");
});
--
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.