Builder
public struct Builder
The Builder creates a new instance of Route with modified fields.
-
Summary of the route.
Declaration
Swift
public var summary: Summary -
List of route legs.
Declaration
Swift
public var legs: [RouteLeg] -
List of the route stops.
Declaration
Swift
public var routeStops: [RouteStop] -
Route sections.
Declaration
Swift
public var sections: Sections -
List of the route coordinates.
Declaration
Swift
public var routeCoordinates: [RouteCoordinate] -
The offset where incremental computation of route contents was paused.
Declaration
Swift
public var incrementEndOffset: Measurement<UnitLength> -
The start coordinate of the route.
Declaration
Swift
public var start: CLLocationCoordinate2D -
The end coordinate of the route.
Declaration
Swift
public var end: CLLocationCoordinate2D -
Estimated departure time.
Declaration
Swift
public var departureDate: Date? -
Estimated arrival time.
Declaration
Swift
public var arrivalDate: Date?
Builder Structure Reference