@Override protected void onStop() { super.onStop(); Log.debug("x " + getMapView().getFocusPoint().x); Log.debug("y " + getMapView().getFocusPoint().y); Log.debug("tilt " + getMapView().getTilt()); Log.debug("rotation " + getMapView().getRotation()); Log.debug("zoom " + getMapView().getZoom()); mapView.stopMapping(); }
@Override protected void onStop() { super.onStop(); mapView.stopMapping(); }