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.-
Creates a
RoadShieldReferenceinstance.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
referenceA unique identifier for the road shield.
shieldContentA string to be shown on the road shield.
affixesPossible 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? -
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]
TomTom SDK for iOS (0.53.1)
RoadShieldReference