OnMoveListener

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

interface OnMoveListener

Functions

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

Called when the move gesture is executing.

abstract fun onMove(detector: MoveGestureDetector): Boolean
onMoveBegin
Link copied to clipboard

Called when the move gesture is starting.

abstract fun onMoveBegin(detector: MoveGestureDetector)
onMoveEnd
Link copied to clipboard

Called when the move gesture is ending.

abstract fun onMoveEnd(detector: MoveGestureDetector)
toString
Link copied to clipboard
open override fun toString(): String

Inheritors

AnnotationManagerImpl
Link copied to clipboard