RoadShieldReference

public struct RoadShieldReference : Codable, Equatable

RoadShieldReference contains information about the road shields of the next significant road segment after the maneuver.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • A unique identifier for the road shield.

    Declaration

    Swift

    public let reference: String
  • A string to be shown on the road shield.

    Declaration

    Swift

    public let shieldContent: String?
  • Possible affixes that can be shown in addition to the shieldContent.

    Declaration

    Swift

    public let affixes: [String]?