NavigationStateFreeDrive

class NavigationStateFreeDrive(val previewWaypoints: List<SearchResult>, val evWaypointsMetadata: Map<String, EvWaypointMetadata>) : NavigationState

The navigation app is in the free drive mode.

Constructors

Link copied to clipboard
constructor(previewWaypoints: 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

The last waypoint is the destination. Empty if the route is not being constructed right now.

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