
public static interface RotationGestureDetector.RotationListener
RotationGestureDetector.RotationListener will not fire as expected. It is used internally by osmdroid. If you want
to listen for rotation changes on the MapView then use MapView.setMapListener(MapListener)
and check for MapView.getMapOrientation()
See https://github.com/osmdroid/osmdroid/issues/628| Modifier and Type | Method and Description |
|---|---|
void |
onRotate(float deltaAngle) |