on Scale
open fun onScale(mapboxCarMapSurface: MapboxCarMapSurface, focusX: Float, focusY: Float, scaleFactor: Float)
Content copied to clipboard
Allows you to implement or observe the map scale gesture handler. The surface is MapboxCarMapObserver.onAttached before this can be triggered.
See also
SurfaceCallback.onScale
for instructions to enable.
Parameters
focusX
x coordinate of the focal point in pixels. A negative value indicates that the focal point is unavailable.
focusY
y coordinate of the focal point in pixels. A negative value indicates that the focal point is unavailable.
mapboxCarMapSurface
loaded and ready car map surface
scaleFactor
the scaling factor from the previous state to the current state during the scale event. This value is defined as (current state) / (previous state)