MapboxMap.OnCameraMoveStartedListener, MapboxMap.OnCameraMoveListener and
MapboxMap.OnCameraIdleListener. The order in which the deprecated onCameraChange method will be called in
relation to the methods in the new camera change listeners is undefined.@Deprecated
public static interface MapboxMap.OnCameraChangeListener
| Modifier and Type | Method and Description |
|---|---|
void |
onCameraChange(CameraPosition position)
Deprecated.
Called after the camera position has changed.
|
void onCameraChange(CameraPosition position)
position - The CameraPosition at the end of the last camera change.