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
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.

Constructors

Link copied to clipboard
constructor(id: <Error class: unknown class> = UniqueId(), point: <Error class: unknown class>, distance: <Error class: unknown class>, type: String, verbalMessage: String = "", verbalMessagePhonetics: Phonetics? = null)

Properties

Link copied to clipboard
val distance: <Error class: unknown class>
Link copied to clipboard
val id: <Error class: unknown class>
Link copied to clipboard
val point: <Error class: unknown class>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard