NavigationStateActiveGuidance
class NavigationStateActiveGuidance(val waypoints: List<SearchResult>, val evWaypointsMetadata: Map<String, EvWaypointMetadata>) : NavigationState
The navigation app is in the active guidance mode.
Parameters
waypoints
route waypoints. The last waypoint is the destination.
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