Package com.tomtom.sdk.routing.common.options.guidance

Types

Link copied to clipboard
enum AnnouncementPoints : Enum<AnnouncementPoints>

Specifies whether to include announcement points in instructions. Supported only in routing with extended guidance.

Link copied to clipboard
enum ExtendedSections : Enum<ExtendedSections>

Specifies whether to include extended guidance sections in the response, such as sections of type road shield, lane, and speed limit.

Link copied to clipboard
data class GuidanceOptions(    val instructionType: InstructionType = InstructionType.TEXT,     val language: Locale = Locale.ENGLISH,     val roadShieldReferences: RoadShieldReferences = RoadShieldReferences.NONE,     val announcementPoints: AnnouncementPoints = AnnouncementPoints.NONE,     val phoneticsType: InstructionPhoneticsType = InstructionPhoneticsType.NONE,     val extendedSections: ExtendedSections = ExtendedSections.NONE,     val progressPoints: ProgressPoints = ProgressPoints.NONE)

Specifies options related to instructions.

Link copied to clipboard
enum InstructionPhoneticsType : Enum<InstructionPhoneticsType>

Specifies whether to include the phonetic transcription of street names, signpost text, and road numbers in the instruction.

Link copied to clipboard
enum InstructionType : Enum<InstructionType>

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

Link copied to clipboard
enum ProgressPoints : Enum<ProgressPoints>

Specifies whether to include progress points in a response.

Link copied to clipboard
enum RoadShieldReferences : Enum<RoadShieldReferences>

Specifies whether to include road shield references into the external road shields atlas.