Is there any way to implement a alternative Pinch-To-Zoom for the MapView? Because i have problems with original zoom -> MapView MultiTouch zoom (Pinching) unreliable and chaotic, it would be great to implement that by own. For example with the multi-touch-controller project. Or is there too much going on internally in the MapView to build a good zooming? (I think about the sizing while you are in zoom gesture, can't imagine how to do this)
Asked
Active
Viewed 743 times
1 Answers
0
You can always intercept touch events in an overlay, and calculate your own zoom.

Xiaodi Huang
- 36
- 2
-
Yes this won't be the problem. The problem i see is that this won't be fluid because you scroll in steps, like you would push on a button. The Pinch-To-Zoom looks like it draws some steps more beetween 2 zoom levels – ludwigm May 13 '11 at 16:10