ExtendedSections

public enum ExtendedSections

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

  • 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