open class RouteLeg : Serializable
A description of the part of a route comprised of a list of points.
RouteLeg()
A description of the part of a route comprised of a list of points. |
var points: Array<LatLng!>!
A group of locations defined as a latitude longitude pair. |
|
var summary: Summary!
A summary of a route leg. |