OnShoveListener

interface OnShoveListener

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

Functions

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.