I am trying to create a map activity with an overlay image on the user location. Currently, I can maintain the map state when the screen is rotated by returning mapV.getMapCenter() in onRetainNonConfigurationInstance.
But how can I save both the map state and the user location (Overlay image) when the screen is rotated?
User a holder object.