AnnouncementPoints

public enum AnnouncementPoints

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

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Do not include announcement points in instructions.

    Declaration

    Swift

    case none
  • all

    Include all possible announcement points in instructions.

    Declaration

    Swift

    case all