WaypointArrivalStatus
public struct WaypointArrivalStatus
Represents the arrival status of a waypoint in a route.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Creates an arrival status associated with arrival state and route stop.
Declaration
Swift
public init(state: WaypointArrivalState, waypoint: RouteStop)
-
The arrival state of the waypoint.
Declaration
Swift
public let state: WaypointArrivalState
-
The route stop associated with the waypoint.
Declaration
Swift
public let waypoint: RouteStop