Hi guys, I'm having trouble getting a polygon to respond to clicks. I've tried capturing the event both on the map and on the polygon itself but neither of the methods works for me.
On this example page the eventlistener is bound to the map http://www.milred.se/Bistrobar_390778.html and then I get the following values as parameters (overlay, latlng, overlaylatlng) When clicking on a "blank" area null, (56.66405719486312, 16.363534927368164), undefined When clicking on a marker [object Object], undefined, (56.662029, 16.361797) When clicking on the red square (the polygon) null, (56.66405719486312, 16.363534927368164), undefined What am I doing wrong? Thanks in advance //Jimmy --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
