WaypointArrivalState

public enum WaypointArrivalState

Waypoint arrival states identified by the arrival detection engine.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Defines that waypoint is not yet reached, and arrival is pending.

    Declaration

    Swift

    case pending
  • Defines that the waypoint is reached.

    Declaration

    Swift

    case reached
  • Defines that waypoint is visited, and the arrival experience is complete.

    Declaration

    Swift

    case visited