Waypoint

Represents a waypoint in the trip.

Parameters

realTripIndex

the index of the waypoint in the trip.

searchResult

the search result of the waypoint. see DashSearchResult

favoriteType

the type of the favorite if the waypoint is a favorite. see DashFavoriteType

stateOfCharge

the state of charge at the waypoint in percentage (0-100) if available.

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
Link copied to clipboard
val key: String
Link copied to clipboard
Link copied to clipboard
val stateOfCharge: Int? = null

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