Default
            open class DefaultMapboxCarMapGestureHandler : MapboxCarMapGestureHandler
Content copied to clipboard
This class contains the default map gestures. It Handles the gestures received from SurfaceCallback and applies them to the MapboxMap camera. If you would like to customize the map gestures, use MapboxCarMap.setGestureHandler.
Since
1.0.0
Constructors
DefaultMapboxCarMapGestureHandler
                          
                    Link copied to clipboard
                        fun DefaultMapboxCarMapGestureHandler()
Content copied to clipboard
Functions
on
                    Link copied to clipboard
                        open override fun onFling(mapboxCarMapSurface: MapboxCarMapSurface, velocityX: Float, velocityY: Float)
Content copied to clipboard
on
                    Link copied to clipboard
                        open override fun onScroll(mapboxCarMapSurface: MapboxCarMapSurface, visibleCenter: ScreenCoordinate, distanceX: Float, distanceY: Float)
Content copied to clipboard