RouteLeg
fun RouteLeg( points: List<GeoCoordinate>, instructions: List<Instruction>, summary: Summary, mapReferences: MapReferences? = null)
Content copied to clipboard
Parameters
points
A list of GeoCoordinates that belong to the RouteLeg.
instructions
A list of Instructions that belong to the RouteLeg.
summary
A Summary of the route leg.
mapReferences
An optional MapReferences for the map data that belongs to RouteLeg.