Always receiving mouse events is probably a side effect of the fact that SVG elements are opaque. See Marc Ridey's I/O session: http://code.google.com/events/io/2010/sessions/maps-api-v3-api.html (He mentions it at around the 22:00 min into the video).
Chad Killingsworth On Jun 20, 4:52 am, William <[email protected]> wrote: > yeah also there seems something wrong if you create the polygon as > "clickable:false" it still receives click events: > > clickable: true, cursor: pointer, receives click > events:http://www.william-map.com/20100620/1/map_clickable_true.htm > > clickable: false, cursor: open hand, but still receives click > events:http://www.william-map.com/20100620/1/map_clickable_false.htm > > ... -- 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.
