Android MapView: Disable auto zoom

Posted by Ola Andersson on Stack Overflow See other posts from Stack Overflow or by Ola Andersson
Published on 2010-05-27T20:58:24Z Indexed on 2010/05/27 21:01 UTC
Read the original article Hit count: 367

Filed under:
|

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

© Stack Overflow or respective owner

Related posts about android

Related posts about mapview