GuidanceAnnouncement

fun GuidanceAnnouncement(    id: UniqueId = UniqueId(),     point: GeoCoordinate? = null,     distance: Distance,     type: String,     maneuver: AnnouncementManeuver? = null,     message: String = "",     verbalMessage: String,     verbalMessagePhonetics: Phonetics? = null,     nextManeuver: AnnouncementManeuver? = null)

Parameters

id

The ID of the announcement.

point

Location of the announcement defined as a latitude/longitude pair.

type

Type of Announcement.

maneuver

Code identifying the maneuver (e.g., 'Turn right').

message

A human-readable message for the maneuver.

verbalMessage

A verbal message for the maneuver.

verbalMessagePhonetics

Phonetic strings of all of the readable Instruction properties.

nextManeuver

Optional maneuver of the next instruction.