Hi Chris, I found an external library to replace the functionality of Google Maps' InfoBubble (I don't like how Google Maps' InfoBubble is so big, and there's also some weirdness with mousing). The external library needs a DOM event to know where to show up.
Regardless of the reason that I need the DOM event -- isn't this an API change (the API used to provide DOM events and now provides MouseEvents)? I get that the new API might be more lean and efficient -- but isn't there some clause about support legacy APIs for some number of years? I tried specifying v=3.2 and still don't get DOM events. Is that expected? Thanks for your help, Jerry On Thu, Apr 7, 2011 at 5:56 PM, Chris Broadfoot <[email protected]> wrote: > The API no longer uses DOM for detecting these events, so there's no DOM > event to forward on. > What do you need DOM events for? > -- 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.
