Announcement

data class Announcement(val id: UniqueId = UniqueId(), val point: GeoPoint, val distance: Distance, val type: String, val verbalMessage: String = "", val verbalMessagePhonetics: Phonetics? = null)

Deprecated

This will be removed from future releases after October 10th 2024. Announcements are no longer received with a route, they are generated during navigation.

Fine-grained announcement points, each with its own message, location and distance to the instruction point.

Parameters

id
point

Location of the announcement defined as a latitude longitude pair.

type

Type of Announcement.

verbalMessage

A verbal message for the maneuver.

verbalMessagePhonetics

Phonetic strings of all of the readable Instruction properties.

Constructors

Link copied to clipboard
constructor(id: UniqueId = UniqueId(), point: GeoPoint, distance: Distance, type: String, verbalMessage: String = "", verbalMessagePhonetics: Phonetics? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard