I have a map I would like to show the User's Location when the location of the user is part of the map.. However I don't want it to pan the mapview to the users location with every update. How do I go about accomplishing this?
It seems as though enableMyLocation, automatically forces the map to scroll to the user location if it is offscreem, every time the GPS updates, which I do not want.
I would really like to leverage the built in MyLocationOverlay, rather than have to create my own, and it seems like telling it to keep updating itself and draw itself when it is on the visible map, but not scroll the map when it is not should be a simple flag or something, but I don't see anything in the API documentation.
Am I missing it? Or is this just not possible?