InstructionAnnouncements

data class InstructionAnnouncements(    val earlyWarningAnnouncement: AnnouncementPoint? = null,     val mainAnnouncement: AnnouncementPoint? = null,     val confirmationAnnouncement: AnnouncementPoint? = null)

Represents Verbal Message Announcements of an Instruction.

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

Parameters

earlyWarningAnnouncement

Fine-grained AnnouncementPoint for the Instruction located a few hundred meters before the point. Supported only in routing with extended guidance.

mainAnnouncement

Main fine-grained AnnouncementPoint for the Instruction. Supported only in routing with extended guidance.

confirmationAnnouncement

Last fine-grained AnnouncementPoint for the Instruction located tens of meters before the point. Supported only in routing with extended guidance.

Constructors

Link copied to clipboard
fun InstructionAnnouncements(    earlyWarningAnnouncement: AnnouncementPoint? = null,     mainAnnouncement: AnnouncementPoint? = null,     confirmationAnnouncement: AnnouncementPoint? = null)

Properties

Link copied to clipboard
val confirmationAnnouncement: AnnouncementPoint? = null
Link copied to clipboard
val earlyWarningAnnouncement: AnnouncementPoint? = null
Link copied to clipboard
val mainAnnouncement: AnnouncementPoint? = null