InstructionType

enum InstructionType : Enum<InstructionType>

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.

Entries

Link copied to clipboard

Defines that guidance instructions will returned with plain text Instruction.message, Instruction.combinedMessage and Instruction.verbalMessage with phonetic tags.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Defines that guidance instructions should not be returned.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int