WaypointStatus
public struct WaypointStatus
Represents the status of a waypoint in a route.
-
Creates an arrival status associated with arrival state and route stop.
Declaration
Swift
public init(state: WaypointState, waypoint: RouteStop)
-
The state of the waypoint.
Declaration
Swift
public let state: WaypointState -
The route stop associated with the waypoint.
Declaration
Swift
public let waypoint: RouteStop
TomTom SDK for iOS (0.53.1)
WaypointStatus