Itinerary
public struct Itinerary
Represents a requested sequence of points that a route should visit.
Important
This is a Public Preview API. It may be changed or removed at any time.-
The ItineraryPoint of origin
Declaration
Swift
public var origin: ItineraryPoint -
The ItineraryPoint of destination
Declaration
Swift
public var destination: ItineraryPoint -
Waypoints of the route, which are represented by [ItineraryPoint]
Declaration
Swift
public var waypoints: [ItineraryPoint]
Itinerary Structure Reference