OnRotateListener

interface OnRotateListener

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

Functions

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

Called when the rotate gesture is executing.

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

Called when the rotate gesture is starting.

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

Called when the rotate gesture is ending.