OnShoveListener

interface OnShoveListener

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

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
onShove
Link copied to clipboard
abstract fun onShove(detector: ShoveGestureDetector)
Called when the shove gesture is executing.
onShoveBegin
Link copied to clipboard
abstract fun onShoveBegin(detector: ShoveGestureDetector)
Called when the shove gesture is starting.
onShoveEnd
Link copied to clipboard
abstract fun onShoveEnd(detector: ShoveGestureDetector)
Called when the shove gesture has ended.
toString
Link copied to clipboard
open fun toString(): String