WaypointState
public enum WaypointState
Defines the states that a waypoint can assume during navigation.
-
This is the initial state for all waypoints prior to arrival. The waypoint transitions out of this state when it is determined that the client has arrived.
Declaration
Swift
case pending
-
This state determines that the client has arrived at the waypoint.
Declaration
Swift
case arrived
-
This state determines that the client has departed from the waypoint.
Declaration
Swift
case departed