OnShoveListener

Interface definition for a callback to be invoked when the map is shoved with two fingers.

interface OnShoveListener

Functions

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

Called when the shove gesture is executing.

abstract fun onShove(detector: ShoveGestureDetector)
onShoveBegin
Link copied to clipboard

Called when the shove gesture is starting.

abstract fun onShoveBegin(detector: ShoveGestureDetector)
onShoveEnd
Link copied to clipboard

Called when the shove gesture has ended.

abstract fun onShoveEnd(detector: ShoveGestureDetector)
toString
Link copied to clipboard
open override fun toString(): String