views:

235

answers:

1

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

A: 

There should be no default behavior with the MyLocationOverlay. Are you putting a Runnable in the runOnFirstFix()?

CaseyB