interface IWayspotAnchorsConfiguration (Niantic.ARDK.AR.WayspotAnchors.IWayspotAnchorsConfiguration)

Overview

Configuration information for a VPS localization attempt. More…

interface IWayspotAnchorsConfiguration: IDisposable {
    // properties

    bool ClientProcessingForced;
    bool CloudProcessingForced;
    string ConfigURL;
    bool ContinuousLocalizationEnabled;
    float GoodTrackingWait;
    string GraphSyncURL;
    string HealthURL;
    float LocalizationTimeout;
    string LocalizationURL;
    string LookUpNodeURL;
    float MaxResolutionsPerSecond;
    string RegisterNodeURL;
    float RequestsPerSecond;
    float RequestTimeLimit;
    string WayspotAnchorCreateURL;
    string WayspotAnchorResolveURL;
};

Detailed Documentation

Configuration information for a VPS localization attempt.

Properties

bool ClientProcessingForced

Method deprecated. Will be removed in a future release.

bool CloudProcessingForced

Method deprecated. Will be removed in a future release.

string ConfigURL

Method deprecated. Will be removed in a future release.

bool ContinuousLocalizationEnabled

When enabled, VPS will continue to localize to the user’s current surroundings, after the initial localization. Continuous localization can help avoid drift in longer (10+ minutes) VPS sessions.

Note

The default value is false

float GoodTrackingWait

The number of seconds that the system is required to wait after entering a good tracking state to start running.

Note

The default value is 3.0

string GraphSyncURL

Method deprecated. Will be removed in a future release.

string HealthURL

Method deprecated. Will be removed in a future release.

float LocalizationTimeout

The timeout in seconds for the entire localization attempt. An attempt will send localization requests until the localization succeeds, times out, or is canceled. A value of -1 indicates no timeout.

Note

The default value is 30

string LocalizationURL

Method deprecated. Will be removed in a future release.

string LookUpNodeURL

Method deprecated. Will be removed in a future release.

float MaxResolutionsPerSecond

The max number of wayspot anchor resolutions per second. A value of -1 indicates no maximum (resolve as frequent as possible).

Note

The default value is 1

string RegisterNodeURL

Method deprecated. Will be removed in a future release.

float RequestsPerSecond

The max number of network requests per second.

Note

The default and maximum value is 1.0

float RequestTimeLimit

The timeout in seconds for an individual request made during the overall localization attempt. A value of -1 represents no timeout.

Note

The default value is 10

string WayspotAnchorCreateURL

Method deprecated. Will be removed in a future release.

string WayspotAnchorResolveURL

Method deprecated. Will be removed in a future release.