Searching the discussions, I didn't find a simple answer to the problem of managing both single and double clicks simultaneously on a map.
On a single click, I want to open the infoWindow with a dialog. On a double click, I want to zoom the map. I tried map.enableDoubleClickZoom, along with a "click" handler for the map. Apparently the "click" handler trumps the doubleClickZoom. Is the right answer to simply have both "click" and a "dblclick" handlers, with the double click handler calling zoomIn() .. and don't use enableDoubleClickZoom? Or will a double click still call both handlers? I can try all the permutations but I'd like to know the "Right Way"! Thanks, -- Owen --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
