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.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct Model -
A model representing the ETA (Estimated Time of Arrival) item.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct ETAItem
TomTom SDK for iOS (0.66.0)
ETAView