Package com.mapbox.navigation.ui.androidauto.navigation
Types
When attached this will observe when the final destination is reached and change the car app state to the MapboxScreen.ARRIVAL. This is not a MapboxCarMapObserver because arrival can happen even when the map is not showing.
Object for formatting distances. Set the DistanceFormatterOptions through the NavigationOptions.
Integrates the Android Auto MapboxCarMapSurface with the NavigationCamera.
Contains data needed to populate the NavigationTemplate.
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.
Provides the NavigationTemplate.NavigationInfo and TravelEstimate populated with Mapbox navigation data. This can be used with a Screen that shows a NavigationTemplate.
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.