TransientWaypoint

Represents a transient waypoint in the trip, i.e. automatically injected EV station.

Parameters

realTripIndex

the index of the waypoint in the trip.

searchResult

the search result of the waypoint. see DashSearchResult

chargeData

the charge data of the waypoint. see ChargeData

arrivalTime

the time of arrival to the waypoint in HH:mm format.

distance

the distance to the waypoint in a human readable format.

Properties

Link copied to clipboard
val arrivalTime: String? = null
Link copied to clipboard
val chargeData: ChargeData? = null
Link copied to clipboard
val distance: String? = null
Link copied to clipboard
val key: String
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