@PublicPreview("2021.06") data class EvFullRoute : Serializable
Represents information about the route.
sections
- A list of route sections.
routeSummary
- A summary of a route.
val legs: List<Leg>
A list of route legs. |
|
val routeSummary: RouteSummary?
A summary of a route. |
|
val sections: List<Section>
A list of route sections. |