InstructionsType

public enum InstructionsType : String
extension InstructionsType: 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 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