@PublicPreview("2021.06") data class Summary : Serializable
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.
val arrivalTime: String?
The estimated arrival time. |
|
val 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. |