RoadNumber
public struct RoadNumber : Identifiable
Represents a road number.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Initializes a new instance of
RoadNumberwith the given value.Important
This is a Public Preview API. It may be changed or removed at any time.
Declaration
Swift
public init(value: String)Parameters
valueThe road number as a string.
-
Unique identifier for the road number.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public let id: UUID -
The road number as a string.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public var value: String
TomTom SDK for iOS (0.66.0)
RoadNumber