ItineraryPoint
public struct ItineraryPoint
Represents the point of the route
-
Initializes the
ItineraryPointDeclaration
Swift
public init(place: Place, heading: Measurement<UnitAngle>? = nil) -
Initializes the
ItineraryPointDeclaration
Swift
public init( coordinate: CLLocationCoordinate2D, name: String? = nil, address: Address? = nil, heading: Measurement<UnitAngle>? = nil )
-
An unique identifier of the itinerary point
Declaration
Swift
public let id: UUID -
A
Placewhich 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>?
ItineraryPoint Structure Reference