OnMoveListener

interface OnMoveListener

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

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
onMove
Link copied to clipboard
abstract fun onMove(detector: MoveGestureDetector): Boolean
Called when the move gesture is executing.
onMoveBegin
Link copied to clipboard
abstract fun onMoveBegin(detector: MoveGestureDetector)
Called when the move gesture is starting.
onMoveEnd
Link copied to clipboard
abstract fun onMoveEnd(detector: MoveGestureDetector)
Called when the move gesture is ending.
toString
Link copied to clipboard
open fun toString(): String

Inheritors

AnnotationManagerImpl
Link copied to clipboard