Model
public struct Model
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.-
Initializes a new instance of
Modelwith default values.Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public init() -
Initializes a new instance of
Modelwith specified values.Important
This is a Public Preview API. It may be changed or removed at any time.Parameters
destinationETAThe ETA information for the destination.
nextWaypointETAThe ETA information for the next waypoint, if any.
-
The ETA information for the destination.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public var destinationETA: ETAItem -
The ETA information for the next waypoint, if any.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public var nextWaypointETA: ETAItem?
TomTom SDK for iOS (0.66.0)
Model