GuidanceOptions
data class GuidanceOptions( val instructionType: InstructionType = InstructionType.TEXT, val language: Locale = Locale.ENGLISH, val roadShieldReferences: RoadShieldReferences = RoadShieldReferences.ALL, val announcementPoints: AnnouncementPoints = AnnouncementPoints.ALL, val phoneticsType: InstructionPhoneticsType = InstructionPhoneticsType.NONE)
Content copied to clipboard
Specifies options related to instructions.
Important: This is a Public Preview API. It may be changed or removed at any time.
Parameters
instructionType
The format in which instructions are reported.
language
The language of instructions.
roadShieldReferences
Whether to include references to road shields in instructions.
announcementPoints
Whether to include announcement points in instructions.
phoneticsType
The format of instruction phonetic transcriptions.
Constructors
Link copied to clipboard
fun GuidanceOptions( instructionType: InstructionType = InstructionType.TEXT, language: Locale = Locale.ENGLISH, roadShieldReferences: RoadShieldReferences = RoadShieldReferences.ALL, announcementPoints: AnnouncementPoints = AnnouncementPoints.ALL, phoneticsType: InstructionPhoneticsType = InstructionPhoneticsType.NONE)
Content copied to clipboard