OnShoveListener

interface OnShoveListener

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

See also

Functions

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