OnRotateListener

Interface definition for a callback to be invoked when the map is rotated.

Functions

Link copied to clipboard
abstract fun onRotate(detector: RotateGestureDetector)

Called when the rotate gesture is executing.

Link copied to clipboard
abstract fun onRotateBegin(detector: RotateGestureDetector)

Called when the rotate gesture is starting.

Link copied to clipboard
abstract fun onRotateEnd(detector: RotateGestureDetector)

Called when the rotate gesture is ending.