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. |
open fun getPoints(): Array<LatLng!>!
Returns a group of locations defined as a latitude longitude pair. |
|
open fun getSummary(): Summary!
Returns a summary of a route leg. |
|
open fun toString(): String |