sdk-routing / com.tomtom.online.sdk.routing.route.calculation / InstructionsType

InstructionsType

@Beta(2020, 12) enum class InstructionsType

Represents the 'instructionsType' parameter in a Request to the Routing API.

Enum Values

NONE

Defines that guidance instructions should not be returned.

CODED

Defines that guidance instructions will be returned in the form of code.

TEXT

Defines that guidance instructions will be returned in the form of text messages.

TAGGED

Defines that guidance instructions will be returned in the form of messages with tags.