OnRotateListener

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

interface OnRotateListener

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
onRotate
Link copied to clipboard

Called when the rotate gesture is executing.

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

Called when the rotate gesture is starting.

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

Called when the rotate gesture is ending.

abstract fun onRotateEnd(detector: RotateGestureDetector)
toString
Link copied to clipboard
open override fun toString(): String