Package com.mapbox.androidauto

Types

Link copied to clipboard
object ActiveGuidanceState : CarAppState
Link copied to clipboard
object AndroidAutoLog
Link copied to clipboard
object ArrivalState : CarAppState
Link copied to clipboard
sealed class CarAppState

These states are communicated between the car and app.

Link copied to clipboard
object FreeDriveState : CarAppState
Link copied to clipboard
object MapboxCarApp

The entry point for your Mapbox Android Auto app.

Link copied to clipboard
class MapboxCarNavigationManager(carContext: CarContext) : MapboxNavigationObserver

Register this observer using MapboxNavigationApp.registerObserver. As long as it is registered, the trip status of MapboxNavigation will be sent to the NavigationManager. This is needed to keep the vehicle cluster display updated.

Link copied to clipboard
object RoutePreviewState : CarAppState

Functions

Link copied to clipboard
fun logAndroidAuto(message: String)
Link copied to clipboard
fun logAndroidAutoFailure(message: String, throwable: Throwable? = null)