OpenLROrientation
public enum OpenLROrientation
Describes the relationship between the road object and the direction of a referenced line. The road object may be directed in the same direction as the line, against that direction, both directions, or the direction of the road object might be unknown.
Note
The Mapbox Electronic Horizon feature of the Mapbox Navigation SDK is in public beta and is subject to changes, including its pricing. Use of the feature is subject to the beta product restrictions in the Mapbox Terms of Service. Mapbox reserves the right to eliminate any free tier or free evaluation offers at any time and require customers to place an order to purchase the Mapbox Electronic Horizon feature, regardless of the level of use of the feature.-
The relationship between the road object and the direction of the referenced line is unknown.
Declaration
Swift
case unknown
-
The road object is directed in the same direction as the referenced line.
Declaration
Swift
case alongLine
-
The road object is directed against the direction of the referenced line.
Declaration
Swift
case againstLine
-
The road object is directed in both directions.
Declaration
Swift
case both