RouteLeg
class RouteLeg(val points: List<GeoPoint>, val instructions: List<Instruction>, val summary: Summary, val mapReferences: MapReferences? = null)
Represents information about a part of a Route between RouteStops.
Constructors
Link copied to clipboard
constructor(points: List<GeoPoint>, instructions: List<Instruction>, summary: Summary, mapReferences: MapReferences? = null)
Properties
Link copied to clipboard
A list of Instructions that belong to the RouteLeg.
Link copied to clipboard
An optional MapReferences for the map data that belongs to RouteLeg.