on Scale
open override fun onScale(mapboxCarMapSurface: MapboxCarMapSurface, focusX: Float, focusY: Float, scaleFactor: Float)
See also
Mapbox Car Map Gesture Handler. onScale
Parameters
mapbox Car Map Surface
loaded and ready car map surface
focus X
x coordinate of the focal point in pixels. A negative value indicates that the focal point is unavailable.
focus Y
y coordinate of the focal point in pixels. A negative value indicates that the focal point is unavailable.
scale Factor
the scaling factor from the previous state to the current state during the scale event. This value is defined as (current state) / (previous state)