I've got a clickable fusion table with 15,000 polygons overlaid on my map. I have a click handler to display a dialog box when any of these polygons is clicked.
When the user double clicks on a polygon, the map zooms in one level (I think this is done by the Google fusion layer code) then the "click" event is fired which causes my handler to display the dialog box. However, in this situation, I don't want the dialog box to appear, I just want the map to zoom in one level. Any tips for how I might prevent this click event from being triggered? -- 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.
