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.

Constructors

Link copied to clipboard
constructor(waypoints: List<SearchResult>, evWaypointsMetadata: Map<String, EvWaypointMetadata>)

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

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String