Package com.mapbox.maps.extension.androidauto

Types

MapSurfaceReadyCallback
Link copied to clipboard

MapSurface ready callback, will be called when the MapSurface is created successfully.

fun fun interface MapSurfaceReadyCallback
OnMapScaleListener
Link copied to clipboard

Fired when there's a map scale event.

fun fun interface OnMapScaleListener
OnMapScrollListener
Link copied to clipboard

Fired when there's a map scroll event.

fun fun interface OnMapScrollListener

Functions

initMapSurface
Link copied to clipboard

Init Mapbox Map surface for the car app.

fun Session.initMapSurface(mapInitOptions: MapInitOptions, scrollListener: OnMapScrollListener?, scaleListener: OnMapScaleListener?, mapSurfaceReadyCallback: MapSurfaceReadyCallback)