ExtendedSections

public enum ExtendedSections

Specifies whether to include extended guidance sections in the response, such as road shield, lane, and speed limit sections.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Do not include extended guidance sections in the response.

    Declaration

    Swift

    case none
  • all

    Include road shield, lane, and speed limit sections in the response.

    Declaration

    Swift

    case all