@Beta(2020, 12) data class RouteLeg : Serializable
Represents information about a part of a route, comprised of a list of points.
summary
- A summary of a route leg.
val points: List<LatLng>
A list of points. |
|
val summary: Summary
A summary of a route leg. |