InstructionType

public enum InstructionType : String
extension InstructionType: QueryItemConvertible

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

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Defines that guidance instructions should not be returned.

    Declaration

    Swift

    case none
  • Defines that guidance instructions will be returned with empty Instruction.messageandInstruction.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