Hi All, Trying to listen to both the MapMouseEvent.CLICK and MapMouseEvent.DOUBLE_CLICK in two different methods:
map.addEventListener(MapMouseEvent.DOUBLE_CLICK, onMapDoubleClick); map.addEventListener(MapMouseEvent.CLICK, onMapClick); The onMapDoubleClick is being ignored and all events are directed to the onMapClick. I'm using the latest API 1_8b. Regards, Ragae --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API For Flash" 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-for-flash?hl=en -~----------~----~----~----~------~----~------~--~---
