@Beta(2020, 10) class RouteSummary
Represents the summary of a route for an electrical vehicle.
totalChargingTime
- The estimated time in seconds spent at all charging stops in the route.
RouteSummary(totalChargingTime: Int?, summary: Summary)
Represents the summary of a route for an electrical vehicle. |
val summary: Summary |
|
val totalChargingTime: Int?
The estimated time in seconds spent at all charging stops in the route. |
fun equals(other: Any?): Boolean |
|
fun hashCode(): Int |