When I rotate my device, Google Maps v2 refreshes. How do I prevent this refresh from occurring? I\'m adding the map dynamically in a tab of a SherlockFragment.
Sadly the way Google Handles map refreshing issue that you are seeing by
android:configChanges="orientation|uiMode|screenSize|fontScale" android:screenOrientation="user"
on the Activity tag in the Manifest in the Google maps application.