@Beta(2020, 10) class Leg
Represents information about a part of a route, comprised of a list of points.
legSummary
- A summary of a route leg.
Leg(legSummary: LegSummary?, points: List<LatLng>)
Represents information about a part of a route, comprised of a list of points. |
val legSummary: LegSummary?
A summary of a route leg. |
|
val points: List<LatLng>
A list of points. |
fun equals(other: Any?): Boolean |
|
fun hashCode(): Int |