InstructionAnnouncements

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

Represents Verbal Message Announcements of an Instruction.

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