Android MapView: Disable auto zoom
- by Ola Andersson
Hi.
I have made an Android app that shows a MapView with two overlays, one MyLocationOverlay and one custom overlay. I am programmatically zooming and panning to what I want the map to show. It also auto pans to my current location.
The auto pan is moving the map away from what I want to show.
So my question is simply: How can I disable the auto pan?
Thanks,
Ola