NavigationStateActiveGuidance
class NavigationStateActiveGuidance(val waypoints: List<SearchResult>, val evWaypointsMetadata: Map<String, EvWaypointMetadata>) : NavigationState
The navigation app is in the active guidance mode.
Properties
Link copied to clipboard
if some of the waypoints are charging station, their EV metadata can be found in this map by using SearchResult.evStationId as the key.
Link copied to clipboard
route waypoints. The last waypoint is the destination. Please note that ETAs and distances of these waypoints won't be up-to-date during navigation. If you need this information, you should call NavManagerService.getActiveRouteProgress.