This is probably the specified behavior of a MapView, but if I launch an activity with a MapView then return to it later (meaning finish has been called and a new MapView is created in a new Activity), the MapView has the settings of the previous activity that finish was already called on (zoom, location).
Is this the expected behavior of a MapView? Is there some way to make it reset? Or do I need to just set the zoom, location to make it look like a brand new MapView (zoomed out view roughly centered on the United States)?
Thanks






