WaypointArrivalStatus
public struct WaypointArrivalStatus
Important
This is a Public Preview API. It may be changed or removed at any time.-
Initializer
Declaration
Swift
public init(hasArrived: Bool, routePointId: UUID?)
-
Indicates whether the driver has arrived at the waypoint or not.
Declaration
Swift
public let hasArrived: Bool
WaypointArrivalStatus Structure Reference