enum WayspotAnchorStatusCode (Niantic.ARDK.AR.WayspotAnchors.WayspotAnchorStatusCode)

Overview

The enum for the wayspot anchor status codes. More...

enum WayspotAnchorStatusCode {
    Pending = 0,
    Success = 1,
    Failed  = 2,
    Invalid = 3,
    Limited = 4,
};

Detailed Documentation

The enum for the wayspot anchor status codes.

Enum Values

Pending

Anchor has not yet been created or restored using VPS.

Success

Anchor creation or restoration was successful using VPS.

Failed

Anchor creation or restoration failed because: (1) Creation/resolution was attempted before starting VPS (2) the Wayspot the anchor was created at is too far away (3) the payload is corrupted.

Invalid

Anchor cannot be restored because it has expired.

Limited

Anchor creation or restoration was successful but using GPS instead of VPS.