@Beta(2020, 10) class Summary
Represents the summary of a route.
lengthInMeters - The route or leg length in meters.
travelTime - The estimated travel time in seconds.
trafficDelay - The delay in seconds compared to free-flow conditions according to real-time traffic
information.
departureTime - The estimated departure time.
arrivalTime - The estimated arrival time.
batteryConsumptionInkWh - The estimated electric energy consumption in kilowatt hours (kWh).
remainingChargeAtArrivalInkWh - The estimated battery charge in kWh upon arrival at the end of the leg
or the route.
Summary(lengthInMeters: Int?, travelTime: Int?, trafficDelay: Int?, departureTime: String?, arrivalTime: String?, batteryConsumptionInkWh: Double?, remainingChargeAtArrivalInkWh: Double?)
Represents the summary of a route. |
var arrivalTime: String?
The estimated arrival time. |
|
var batteryConsumptionInkWh: Double?
The estimated electric energy consumption in kilowatt hours (kWh). |
|
val departureTime: String?
The estimated departure time. |
|
val lengthInMeters: Int?
The route or leg length in meters. |
|
val remainingChargeAtArrivalInkWh: Double?
The estimated battery charge in kWh upon arrival at the end of the leg or the route. |
|
val trafficDelay: Int?
The delay in seconds compared to free-flow conditions according to real-time traffic information. |
|
val travelTime: Int?
The estimated travel time in seconds. |
fun equals(other: Any?): Boolean |
|
fun hashCode(): Int |