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