ItineraryPoint

public struct ItineraryPoint

Represents the point of the route

Important

This is a Public Preview API. It may be changed or removed at any time.

Public

  • id

    An unique identifier of the itinerary point

    Declaration

    Swift

    public let id: UUID
  • A Place which represents ItineraryPoint

    Declaration

    Swift

    public let place: Place
  • The direction in which we want to arrive and depart at this point, measured clockwise from North

    Declaration

    Swift

    public let heading: Measurement<UnitAngle>?