AnnouncementGenerationParams

public struct AnnouncementGenerationParams

The instance enclosing parameters passed to the AnnouncementGenerator.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • The list of possible announcements.

    Declaration

    Swift

    public let announcements: [Announcement]
  • Distance to the next instruction.

    Declaration

    Swift

    public let distanceToInstruction: Double
  • Indicates whether already arrived to the destination point.

    Declaration

    Swift

    public let hasArrived: Bool