TripOverviewItem
Inheritors
Types
Link copied to clipboard
Link copied to clipboard
class ChargingStation @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP_PREFIX] ) constructor(val searchResult: DashSearchResult, val etaMinutes: Double?, val stateOfCharge: Int?, val chargeData: ChargeData?) : TripOverviewItem
Link copied to clipboard
class Destination @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP_PREFIX] ) constructor(val searchResult: DashSearchResult, val etaMinutes: Double?, val arrivalStateOfCharge: Int?) : TripOverviewItem
Link copied to clipboard
class NoBatteryCharge @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP_PREFIX] ) constructor(val routePoints: List<Point>) : TripOverviewItem
Link copied to clipboard
class Waypoint @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP_PREFIX] ) constructor(val searchResult: DashSearchResult, val etaMinutes: Double?, val stateOfCharge: Int?) : TripOverviewItem
Link copied to clipboard
Functions
Link copied to clipboard
Returns the stateOfCharge value if available.