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
Override option internal testing. You probably shouldn’t touch this.
bool CloudProcessingForced
Override option internal testing. You probably shouldn’t touch this.
string ConfigURL
The endpoint for VPS config API requests. You probably shouldn’t touch this.
bool ContinuousLocalizationEnabled
The max number of wayspot anchor resolutions per second The default value is false.
float GoodTrackingWait
The number of seconds that the system is required to wait after entering a good tracking state before running The default value is 3.0.
string GraphSyncURL
The endpoint for VPS graph sync API requests. You probably shouldn’t touch this.
string HealthURL
The endpoint for VPS health API requests. You probably shouldn’t touch this.
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. The default is 30 seconds.
string LocalizationURL
The endpoint for VPS localization API requests. You probably shouldn’t touch this.
string LookUpNodeURL
The endpoint for VPS node lookup API requests. You probably shouldn’t touch this.
float MaxResolutionsPerSecond
The max number of wayspot anchor resolutions per second A value of -1 indicates no maximun (Resolve as frequent as possible). The default is 1.
string RegisterNodeURL
The endpoint for VPS node registration API requests. You probably shouldn’t touch this.
float RequestsPerSecond
The max number of network requests per second 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 timeout of -1 indicates no timeout The default is 10 seconds.
string WayspotAnchorCreateURL
The endpoint for VPS anchor creation API requests. You probably shouldn’t touch this.
string WayspotAnchorResolveURL
The endpoint for VPS anchor resolution API requests. You probably shouldn’t touch this.