onMapFling

abstract fun onMapFling(velocityX: Float, velocityY: Float): Boolean

Notified of a fling event when it occurs.

Return

true if the event is consumed, else false

Parameters

velocityX

computed velocityX to finish the map move with

velocityY

computed velocityX to finish the map move with