Package com.mapbox.androidauto.car

Types

Link copied to clipboard
class MainActionStrip(screen: Screen, mainCarContext: MainCarContext)
Link copied to clipboard
class MainCarContext(    val carContext: CarContext,     val mapboxCarMap: MapboxCarMap,     val feedbackPollProvider: CarFeedbackPollProvider = CarFeedbackPollProvider(),     val routeOptionsInterceptor: CarRouteOptionsInterceptor = CarRouteOptionsInterceptor { it },     val carPlaceSearchOptions: CarPlaceSearchOptions = CarPlaceSearchOptions.Builder().build())
Link copied to clipboard
class MainCarScreen(mainCarContext: MainCarContext) : Screen

When the app is launched from Android Auto

Link copied to clipboard
class MainMapActionStrip(screen: Screen, carNavigationCamera: CarNavigationCamera)
Link copied to clipboard
class MainScreenManager(val mainCarContext: MainCarContext)