AnnouncementPoints

@available(*, deprecated, message: "This will be removed from future releases after 2026-07-15.")
public enum AnnouncementPoints

Specifies whether to include announcement points in instructions. Supported only in routing with extended guidance.

Note

This option is not supported with the Orbis map. Refrain from setting AnnouncementPoints in GuidanceOptions.
  • Do not include announcement points in instructions.

    Declaration

    Swift

    case none
  • all

    Include all possible announcement points in instructions.

    Declaration

    Swift

    case all