WaypointArrivalView
public struct WaypointArrivalView : View
The waypoint arrival view.
This view displays the arrival information for a waypoint on a route. It includes details such as the waypoint name, address, and charging stop 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 } -
The waypoint arrival view model.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct Model -
The charging stop view model.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct ChargingStopModel
TomTom SDK for iOS (0.66.0)
WaypointArrivalView