Is it possible to handle simultaneous zoom and pan events using a MapView
?
The Google Maps app for Android allows the map to be panned while a pinch-to-zoom gesture is already underway. This is helpful for making fine adjustments while you zoom in on a region of the map. The default MapView
does not seem to support this.
I am prepared to implement this functionality myself, but I would prefer to use the built-in mechanisms.