Announcement
data class Announcement(val id: <Error class: unknown class> = UniqueId(), val point: <Error class: unknown class>, val distance: <Error class: unknown class>, val type: String, val verbalMessage: String = "", val verbalMessagePhonetics: Phonetics? = null)
Fine-grained announcement points, each with its own message, location and distance to the instruction point.
Important: This is a Public Preview API. It may be changed or removed at any time.
Parameters
id
Id of Announcement.
point
Location of the announcement defined as a latitude longitude pair.
distance
Distance from point to the Instruction.maneuverPoint.
type
Type of Announcement.
verbalMessage
A verbal message for the maneuver.
verbalMessagePhonetics
Phonetic strings of all of the readable Instruction properties.