@PublicPreview("2021.06") data class RouteSummary : Serializable
Represents the summary of a route for an electrical vehicle.
totalChargingTime
- The estimated time in seconds spent at all charging stops in the route.
summary
- A summary of a route.
val summary: Summary
A summary of a route. |
|
val totalChargingTime: Int?
The estimated time in seconds spent at all charging stops in the route. |