GuidanceOptions

fun GuidanceOptions(    instructionType: InstructionType = InstructionType.TEXT,     language: Locale = Locale.ENGLISH,     roadShieldReferences: RoadShieldReferences = RoadShieldReferences.ALL,     announcementPoints: AnnouncementPoints = AnnouncementPoints.ALL,     phoneticsType: InstructionPhoneticsType = InstructionPhoneticsType.NONE)

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.