In my application I have 3 google maps maps on diffrent activitys ofcourse. If I go to one location in one map in one view. And then start the other activity. The map will be located on the location where the other map left of.
Is there any way I can prevent this? (hope you understand the problem)
Quoting the documentation:
You will need to rewrite your application to only have one
MapActivityand change the contents (overlays, center/zoom, etc.) as needed.