LaneIndication
public struct LaneIndication : OptionSet, CustomStringConvertibleextension LaneIndication: CodableEach of these options specifies a maneuver direction for which a given lane can be used.
A Lane object has zero or more indications that usually correspond to arrows on signs or pavement markings. If no options are specified, it may be the case that no maneuvers are indicated on signage or pavement markings for the lane.
- 
                  
                  DeclarationSwift public var rawValue: Int
- 
                  
                  DeclarationSwift public init(rawValue: Int)
- 
                  
                  Indicates a sharp turn to the right. DeclarationSwift public static let sharpRight: LaneIndication
- 
                  
                  Indicates a turn to the right. DeclarationSwift public static let right: LaneIndication
- 
                  
                  Indicates a turn to the right. DeclarationSwift public static let slightRight: LaneIndication
- 
                  
                  Indicates no turn. DeclarationSwift public static let straightAhead: LaneIndication
- 
                  
                  Indicates a slight turn to the left. DeclarationSwift public static let slightLeft: LaneIndication
- 
                  
                  Indicates a turn to the left. DeclarationSwift public static let left: LaneIndication
- 
                  
                  Indicates a sharp turn to the left. DeclarationSwift public static let sharpLeft: LaneIndication
- 
                  
                  Indicates a U-turn. DeclarationSwift public static let uTurn: LaneIndication
- 
                  
                  Creates a lane indication from the given description strings. DeclarationSwift public init?(descriptions: [String])
- 
                  
                  DeclarationSwift public var description: String { get }
- 
                  
                  DeclarationSwift public init(from decoder: Decoder) throws
- 
                  
                  DeclarationSwift public func encode(to encoder: Encoder) throws
 Install in Dash
              Install in Dash
             LaneIndication Structure Reference
        LaneIndication Structure Reference