Package com.mapbox.androidauto.car.navigation
Types
Link copied to clipboard
class ActiveGuidanceScreen( carActiveGuidanceContext: CarActiveGuidanceCarContext, actionProviders: List<MapboxActionProvider>, placesLayerUtil: PlacesListOnMapLayerUtil = PlacesListOnMapLayerUtil()) : Screen
Content copied to clipboard
After a route has been selected. This view gives turn-by-turn instructions for completing the route.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class CarLocationsOverviewCamera(val mapboxNavigation: MapboxNavigation, initialCameraOptions: CameraOptions = CameraOptions.Builder()
.zoom(DEFAULT_INITIAL_ZOOM)
.build()) : MapboxCarMapObserver
Content copied to clipboard
Link copied to clipboard
Integrates the Android Auto MapboxCarMapSurface with the NavigationCamera.
Link copied to clipboard
class CarNavigationEtaMapper(carDistanceFormatter: CarDistanceFormatter, tripProgressApi: MapboxTripProgressApi)
Content copied to clipboard
Link copied to clipboard
class CarNavigationInfoMapper( context: Context, carManeuverInstructionRenderer: CarManeuverInstructionRenderer, carManeuverIconRenderer: CarManeuverIconRenderer, carLanesImageGenerator: CarLanesImageRenderer, carDistanceFormatter: CarDistanceFormatter)
Content copied to clipboard
The car library provides an NavigationTemplate.NavigationInfo interface to show in a similar way we show Maneuvers. This class takes our maneuvers and maps them to the provided RoutingInfo for now.
Link copied to clipboard
class CarNavigationInfoObserver(carActiveGuidanceCarContext: CarActiveGuidanceCarContext)
Content copied to clipboard
Observe MapboxNavigation properties that create NavigationInfo.
Link copied to clipboard