Component
enum Componentextension VisualInstruction.Component: Codableextension VisualInstruction.Component: EquatableA unit of information displayed to the user as part of a VisualInstruction.
- 
                  
                  The component separates two other destination components. If the two adjacent components are both displayed as images, you can hide this delimiter component. DeclarationSwift case delimiter(text: TextRepresentation)
- 
                  
                  The component bears the name of a place or street. DeclarationSwift case text(text: TextRepresentation)
- 
                  
                  The component is an image, such as a route marker, with a fallback text representation. DeclarationSwift case image(image: ImageRepresentation, alternativeText: TextRepresentation)ParametersimageThe component’s preferred image representation. alternativeTextThe component’s alternative text representation. Use this representation if the image representation is unavailable or unusable, but consider formatting the text in a special way to distinguish it from an ordinary .textcomponent.
- 
                  
                  The component is an image of a zoomed junction, with a fallback text representation. DeclarationSwift case guidanceView(image: GuidanceViewImageRepresentation, alternativeText: TextRepresentation)
- 
                  
                  The component contains the localized word for “Exit”. This component may appear before or after an .exitCodecomponent, depending on the language. You can hide this component if the adjacent.exitCodecomponent has an obvious exit-number appearance, for example with an accompanying motorway exit icon.DeclarationSwift case exit(text: TextRepresentation)
- 
                  
                  The component contains an exit number. You can hide the adjacent .exitcomponent in favor of giving this component an obvious exit-number appearance, for example by pairing it with a motorway exit icon.DeclarationSwift case exitCode(text: TextRepresentation)
- 
                  
                  A component that represents a turn lane or through lane at the approach to an intersection. DeclarationSwift case lane(indications: LaneIndication, isUsable: Bool)ParametersindicationsThe direction or directions of travel that the lane is reserved for. isUsableWhether the user can use this lane to continue along the current route. 
- 
                  
                  A textual representation of a visual instruction component. See moreDeclarationSwift struct TextRepresentation : Equatable
- 
                  
                  An image representation of a visual instruction component. See moreDeclarationSwift struct ImageRepresentation : Equatable
- 
                  
                  DeclarationSwift public init(from decoder: Decoder) throws
- 
                  
                  DeclarationSwift public func encode(to encoder: Encoder) throws
- 
                  
                  DeclarationSwift public static func == (lhs: VisualInstruction.Component, rhs: VisualInstruction.Component) -> Bool
 Install in Dash
              Install in Dash
             Component Enumeration Reference
        Component Enumeration Reference