NavigationStateActiveGuidance

class NavigationStateActiveGuidance(val waypoints: List<SearchResult>, val evWaypointsMetadata: Map<String, EvWaypointMetadata>) : NavigationState

The navigation app is in the active guidance mode.

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

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.

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