ItineraryPoint
public struct ItineraryPoint
Represents the point of the route
-
An unique identifier of the itinerary point
Declaration
Swift
public let id: UUID
-
A
Place
which represents ItineraryPointDeclaration
Swift
public var place: Place
-
The direction in which we want to arrive and depart at this point, measured clockwise from North
Declaration
Swift
public var heading: Measurement<UnitAngle>?