On Apr 30, 5:54 am, Francisco Tolmasky <[email protected]> wrote: > does the maps API have some sort of hit testing I can use > to determine what element is under the mouse
I think the Maps API relies on the browser for that. For example, for each GMarker, there is either a transparent image (or image map) on the top pane of the map, and the Maps API has registered listeners on this object for mouse events. The browser sends mouse events to the object, and the Maps API listens to them. For markers I think you might need to create a set of your own invisible images (or image maps) above your div to capture the mouse events and then pass the event to the real marker. ... -- 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.
