ItineraryPointSide

public enum ItineraryPointSide : Int

Indicates the side of the road of an itinerary point.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Indicates the itinerary point is on the left-hand side.

    Declaration

    Swift

    case left
  • Indicates the itinerary point is on the right-hand side.

    Declaration

    Swift

    case right
  • Indicates the itinerary point side is not determined.

    Declaration

    Swift

    case undetermined