WaypointArrivalStatus

public struct WaypointArrivalStatus

Holds arrival status to a unique waypoint.

Important

This is a Public Preview API. It may be changed or removed at any time.

Lifecycle

Public

  • Indicates whether the vehicle has arrived at the waypoint or not.

    Declaration

    Swift

    public let hasArrived: Bool
  • Unique identifier of a route stop.

    Declaration

    Swift

    public let routeStopID: UUID?