VisualInstructionComponentType

public enum VisualInstructionComponentType: Int, CustomStringConvertible

VisualInstructionComponentType describes the type of VisualInstructionComponent.

  • The component separates two other destination components.

    If the two adjacent components are both displayed as images, you can hide this delimiter component.

    Declaration

    Swift

    case delimiter
  • The compoment contains the localized word for exit.

    This component may appear before or after an .exitNumber component, depending on the language.

    Declaration

    Swift

    case exit