There's no DOM for a particular Marker anymore, so no DOM event is provided.
You can use the mouseover and mouseout events on Marker. This change does not limit this particular use case. On Thu, Apr 7, 2011 at 7:44 PM, Jerry <[email protected]> wrote: > Hi, > > > Today we pushed a new version of the API. > > > Noticeable changes: > > * Markers now fire MouseEvents, not DOM events > > How do we get DOM events if we want them? > > Are we supposed to be able to just call addDomListener instead of > addListener ? (I tried that, and it didn't seem to work.) > > Link to map at: > http://www.docspot.com/find?name=&location=94040&lat=37.3785351&lng=-122.08658500000001&filter=R718 > > (It used to be that if you mouse over a marker, you'd get something > like an info bubble, but one generated with a different library. Now, > that doesn't work because I only get a MouseEvent.) > > Thanks, > Jerry > > -- > 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. > > -- http://twitter.com/broady -- 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.
