Announcement

data class Announcement(    val id: UniqueId = UniqueId(),     val point: GeoPoint,     val distance: Distance,     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.

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