0

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.

HTML
  • 51
  • 1
  • 10

1 Answers1

1

You can use the following method:

map.disableDragging();

Alberto M
  • 1,608
  • 1
  • 18
  • 42