InstructionType

public enum InstructionType

Represents the ‘instructionsType’ parameter in a Request to the Routing API.

  • Defines that guidance instructions should not be returned.

    Declaration

    Swift

    case none
  • Defines that guidance instructions will be returned with empty Instruction.message and Instruction.combinedMessage.

    Declaration

    Swift

    case coded
  • Defines that guidance instructions will be returned with plain text Instruction.message and Instruction.combinedMessage.

    Declaration

    Swift

    case text
  • Defines that guidance instructions will be returned with Instruction.message and Instruction.combinedMessage in plain text and Instruction.verbalMessage with phonetic tags.

    Declaration

    Swift

    case tagged