RoadShieldReference
public struct 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.Possible affixes that can be shown in addition to the shieldContent.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public let affixes: [String]
Creates a RoadShieldReference
instance.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public init(reference: String, shieldContent: String?, affixes: [String])
Parameters
reference
|
A unique identifier for the road shield. |
shieldContent
|
A string to be shown on the road shield. |
affixes
|
Possible affixes that can be shown in addition to the shieldContent. |
A unique identifier for the road shield.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public let reference: String
A string to be shown on the road shield.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public let shieldContent: String?