kamal_tech_view
kamal_tech_view

Reputation: 4255

android pinch-zoom in Google Maps

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.

Upvotes: 5

Views: 1938

Answers (1)

Rajdeep Dua
Rajdeep Dua

Reputation: 11230

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

Upvotes: 3

Related Questions