VisualInstructionBanner
open class VisualInstructionBanner : Codableextension VisualInstructionBanner: EquatableA visual instruction banner contains all the information necessary for creating a visual cue about a given RouteStep.
- 
                  
                  Initializes a visual instruction banner with the given instructions. DeclarationSwift public init(distanceAlongStep: CLLocationDistance, primary: VisualInstruction, secondary: VisualInstruction?, tertiary: VisualInstruction?, quaternary: VisualInstruction?, drivingSide: DrivingSide)
- 
                  
                  DeclarationSwift public func encode(to encoder: Encoder) throws
- 
                  
                  DeclarationSwift required public init(from decoder: Decoder) throws
- 
                  
                  The distance at which the visual instruction should be shown, measured in meters from the beginning of the step. DeclarationSwift public let distanceAlongStep: CLLocationDistance
- 
                  
                  The most important information to convey to the user about the RouteStep.DeclarationSwift public let primaryInstruction: VisualInstruction
- 
                  
                  Less important details about the RouteStep.DeclarationSwift public let secondaryInstruction: VisualInstruction?
- 
                  
                  A visual instruction that is presented simultaneously to provide information about an additional maneuver that occurs in rapid succession. This instruction could either contain the visual layout information or the lane information about the upcoming maneuver. DeclarationSwift public let tertiaryInstruction: VisualInstruction?
- 
                  
                  A visual instruction that is presented to provide information about the incoming junction. This instruction displays a zoomed image of incoming junction. DeclarationSwift public let quaternaryInstruction: VisualInstruction?
- 
                  
                  Which side of a bidirectional road the driver should drive on, also known as the rule of the road. DeclarationSwift public var drivingSide: DrivingSide
- 
                  
                  DeclarationSwift public static func == (lhs: VisualInstructionBanner, rhs: VisualInstructionBanner) -> Bool
 Install in Dash
              Install in Dash
             VisualInstructionBanner Class Reference
        VisualInstructionBanner Class Reference