@PublicPreview("2021.06") data class Summary : Serializable
Represents the summary of a route.
lengthInMeters
- The route or leg length in meters.
travelTimeInSeconds
- The estimated travel time in seconds.
trafficDelayInSeconds
- The delay in seconds compared to free-flow conditions according to real-time traffic.
departureTime
- The estimated departure time.
arrivalTime
- The estimated arrival time.
val arrivalTime: String?
The estimated arrival time. |
|
val batteryConsumptionInkWh: Float |
|
val departureTime: String?
The estimated departure time. |
|
val deviationDistance: Int |
|
val deviationPoint: LatLng? |
|
val deviationTime: Int |
|
val fuelConsumptionInLiters: Float |
|
val historicTrafficTravelTimeInSeconds: Int |
|
val lengthInMeters: Int
The route or leg length in meters. |
|
val liveTrafficIncidentsTravelTimeInSeconds: Int |
|
val noTrafficTravelTimeInSeconds: Int |
|
val trafficDelayInSeconds: Int
The delay in seconds compared to free-flow conditions according to real-time traffic. |
|
val travelTimeInSeconds: Int
The estimated travel time in seconds. |