Announcement

fun Announcement(    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
point

Location of the announcement defined as a latitude longitude pair.

distance

Distance from point to the Instruction.maneuverPoint.

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.

Important: This is a Public Preview API. It may be changed or removed at any time.