ETAView

public struct ETAView : View

A view that displays the estimated time of arrival (ETA) information.

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 }
  • A model representing the ETA (Estimated Time of Arrival) information.

    Important

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

    Declaration

    Swift

    public struct Model
  • A model representing the ETA (Estimated Time of Arrival) item.

    Important

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

    Declaration

    Swift

    public struct ETAItem