Interface MapRotationChangedListener
-
public interface MapRotationChangedListener
The listener interface for receiving rotation changed events from aMapView
.- Since:
- 100.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
mapRotationChanged(MapRotationChangedEvent rotationChangedEvent)
Invoked when the rotation of the MapView changes.
-
-
-
Method Detail
-
mapRotationChanged
void mapRotationChanged(MapRotationChangedEvent rotationChangedEvent)
Invoked when the rotation of the MapView changes.- Since:
- 100.0.0
-
-