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 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.

  • id

    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