コード例 #1
0
  @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();
  }
コード例 #2
0
 @Override
 protected void onStop() {
   super.onStop();
   mapView.stopMapping();
 }