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 hasReachedWaypoint: Bool
  • A waypoint to arrive at.

    Declaration

    Swift

    public let waypoint: Waypoint?