On Jun 20, 5:25 pm, Steven <[email protected]> wrote: > I've instatiated a GMap2 object on my page, and can set working click > and dblclick EventListeners, but as soon as I add a marker overlay, > only the marker event triggers. Even if I don't have an EventListener > defined for the marker, simply adding the overlay is enough to prevent > the map level EventListener triggering. Is some other object > intercepting the events? How can I ensure that my markers "hear" > click events while other areas of my map also hear any click/ > doubleclick events they get?
It should just work. Listeners aren't mutually exclusive; you can even have multiple listeners on an object and they will all fire. Perhaps you could give a link to your page online as the posting guidelines ask: that will allow some debugging. Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
