Well if you want to override the events you could just call:

Map.disableDragging()

This would stop all the dragEvents from occurring and you could then
implement your own mouse handlers. You could then use:

Map.enableDragging()

To enable the map dragging again.

Jonathan
ScribbleMaps.com

On Jan 17, 10:08 pm, rachke1 <[email protected]> wrote:
> Is there a way to override DragEvents which is a default map event.
> Specifically the DRAG_START event. How do I remove and restore that
> event?
> Thank you
-- 
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.


Reply via email to