--
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 google-map...@googlegroups.com.
To unsubscribe from this group, send email to google-maps-js-a...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
--
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 google-map...@googlegroups.com.
To unsubscribe from this group, send email to google-maps-js-a...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
> You can use the mouseover and mouseout events on Marker. This change does
> not limit this particular use case.
How would we get the mouseover DOM events for the Marker? (I assume
it's not addListener, since that only returns a MouseEvent. From my
testing addDomListener seems to return the same.)
Thanks,
Jerry
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