enum ScanTargetLocalizabilityStatus (Niantic.ARDK.AR.Scanning.ScanTarget.ScanTargetLocalizabilityStatus)

Overview

enum ScanTargetLocalizabilityStatus {
    UNSET,
    PRODUCTION,
    EXPERIMENTAL,
    NOT_ACTIVATED,
};

Detailed Documentation

Enum Values

UNSET

The localizability of the scan target is unknown.

PRODUCTION

The scan target is activated as a VPS production wayspot and has a high chance of successful localization.

EXPERIMENTAL

The scan target is activated as a VPS experimental wayspot and may have a lower chance of successful localization than a PRODUCTION scan target.

NOT_ACTIVATED

The scan target is not currently activated for VPS.