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.

  • Do not include announcement points in instructions.

    Note

    This value is not yet supported with the Orbis map.

    Declaration

    Swift

    case none
  • all

    Include all possible announcement points in instructions.

    Declaration

    Swift

    case all