RoadNumberView

public struct RoadNumberView : View

A view that displays a road number.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • The content and behavior of the view.

    Declaration

    Swift

    public var body: some View { get }
  • Represents a road number.

    Important

    This is a Public Preview API. It may be changed or removed at any time.
    See more

    Declaration

    Swift

    public struct RoadNumber : Identifiable