Package com. mapbox. maps. extension. androidauto
Types
Default Mapbox Car Map Gesture Handler
Link copied to clipboard
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.
Mapbox Car Map
Link copied to clipboard
This is the main entry point for controlling the Mapbox car map surface.
Mapbox Car Map Gesture Handler
Link copied to clipboard
interface MapboxCarMapGestureHandler
Content copied to clipboard
This interface captures gesture events from Android Auto's SurfaceCallback. If you would like to customize observe the map gestures provided, you can set your own gestures with MapboxCarMap.setGestureHandler.
Mapbox Car Map Observer
Link copied to clipboard
interface MapboxCarMapObserver
Content copied to clipboard
Many downstream services will not work until the surface has been created and the map has loaded. This interface allows you to create custom Mapbox experiences for the car.
Mapbox Car Map Surface
Link copied to clipboard
class MapboxCarMapSurface
Content copied to clipboard
This contains the Android Auto head unit map information.