AnnouncementPoints

@available(*, deprecated, message: "This API is deprecated and will be removed with the next major release.")
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.
  • Do not include announcement points in instructions.

    Declaration

    Swift

    case none
  • all

    Include all possible announcement points in instructions.

    Declaration

    Swift

    case all