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.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
Initializes a new instance of RoadNumber
with 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
value
|
The road number as a string. |
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