Search code examples
flash-cs3

Disable map drag on mouse drag for google map using flash api


i want to disable the map drag when user try to drag the map i am using flash cs3 and Google map api. please help me.


Solution

  • You can use the following method:

    map.disableDragging();