I know in Java googleMap.draggable = false; in "google.maps.MapOptions object specification" disables dragging, but how it works for Action Script 3.0 ? I want to disable dragging/panning by mouse. I used googleMap.disableDragging(); but it doesn`t work ..

link|improve this question

52% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Check this little (I think working) sample: http://www.stupidiocy.com/development/using-the-google-maps-api-with-as3/ (it uses disableDragging on a Map object).

link|improve this answer
Thanks a lot .. : ) ,, – Katax EmperorKatax Nov 27 '11 at 23:52
You're welcome :-) – AsTheWormTurns Nov 28 '11 at 7:21
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.