@Beta(2020, 10) class FullRoute
Represents information about the route.
sections
- A list of route sections.
FullRoute(legs: List<Leg>, sections: List<Section>, routeSummary: RouteSummary?)
Represents information about the route. |
val legs: List<Leg>
A list of route legs. |
|
val routeSummary: RouteSummary? |
|
val sections: List<Section>
A list of route sections. |
fun equals(other: Any?): Boolean |
|
fun hashCode(): Int |