Package com.navmii.sdk.map
Interface MapView.CameraMovementListener
-
- Enclosing class:
- MapView
public static interface MapView.CameraMovementListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onCameraMoved(CameraMovementReason reason)
The event is called on any camera's target position, zoom, tilt and heading change from previous values.
-
-
-
Method Detail
-
onCameraMoved
void onCameraMoved(CameraMovementReason reason)
The event is called on any camera's target position, zoom, tilt and heading change from previous values.- Parameters:
reason
- The movement reason.
-
-