5

Is pinch zoom functionality in Google map is possible, i have made several search but didn't get any solution, please give your view.

Or need to write the api for implementing these functionality.

XXX
  • 8,996
  • 7
  • 44
  • 53
kamal_tech_view
  • 4,235
  • 4
  • 28
  • 49

1 Answers1

3

Are you using ScaleGestureDetector to achieve Pinch and Zoom?

http://developer.android.com/reference/android/view/ScaleGestureDetector.html

Refer to this blog post on how to leverage multi touch in Android

http://android-developers.blogspot.com/2010/06/making-sense-of-multitouch.html

Rajdeep Dua
  • 11,190
  • 2
  • 32
  • 22