AnnouncementPoint
fun AnnouncementPoint( maneuver: AnnouncementManeuver? = null, verbalMessage: String? = null, phonetics: Phonetics? = null, nextManeuver: AnnouncementManeuver? = null)
Content copied to clipboard
Parameters
maneuver
A code identifying the maneuver (e.g., 'Turn right').
verbalMessage
A human-readable message for the maneuver.
phonetics
Phonetic transcription of the verbal message.
nextManeuver
Optional maneuver of the next instruction.