ItineraryPointRelativePosition
public enum ItineraryPointRelativePosition
Indicates the side of the road of an itinerary point.
-
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 is ahead.
Declaration
Swift
case ahead
-
Indicates the itinerary point side is not determined.
Declaration
Swift
case undetermined