OnRotateListener

interface OnRotateListener

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

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
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.
toString
Link copied to clipboard
open fun toString(): String