@Beta(2020, 12) data class LegSummary : Serializable
Represents a summary of a route leg.
chargingInformationAtEndOfLeg
- The details about the charging stop.
summary
- Represents the summary of a route.
val chargingInformationAtEndOfLeg: ChargingInformationAtEndOfLeg?
The details about the charging stop. |
|
val summary: Summary
Represents the summary of a route. |