I've got the following code:
GEvent.addListener(someOverlay,"click",function(position) {
                alert("Hello Wold");
            });

I know it is being executed (the addListener call) thanks to the
javascript debugger.

This code works for both polylines and plain old markers. It does not
seem to work when someOverlay is a polygon.

Am I missing something?


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

Reply via email to