public static interface MapView.OnMapChangedListener
Register to MapView.MapChange events with MapView.addOnMapChangedListener(OnMapChangedListener).
| Modifier and Type | Method and Description |
|---|---|
void |
onMapChanged(int change)
Called when the displayed map view changes.
|
void onMapChanged(int change)
change - Type of map change event, one of MapView.REGION_WILL_CHANGE,
MapView.REGION_WILL_CHANGE_ANIMATED,
MapView.REGION_IS_CHANGING,
MapView.REGION_DID_CHANGE,
MapView.REGION_DID_CHANGE_ANIMATED,
MapView.WILL_START_LOADING_MAP,
MapView.DID_FAIL_LOADING_MAP,
MapView.DID_FINISH_LOADING_MAP,
MapView.WILL_START_RENDERING_FRAME,
MapView.DID_FINISH_RENDERING_FRAME,
MapView.DID_FINISH_RENDERING_FRAME_FULLY_RENDERED,
MapView.WILL_START_RENDERING_MAP,
MapView.DID_FINISH_RENDERING_MAP,
MapView.DID_FINISH_RENDERING_MAP_FULLY_RENDERED.