on
  open fun onFling(@NonNull mapboxCarMapSurface: MapboxCarMapSurface, velocityX: Float, velocityY: Float)
Allows you to implement or observe the map fling gesture handler. The surface is onAttached before this can be triggered.
See also
for instructions to enable.
Parameters
mapbox
loaded and ready car map surface
velocity
the velocity of this fling measured in pixels per second along the x axis
velocity
the velocity of this fling measured in pixels per second along the y axis