CoverageClientManager
↳ extends UnityEngine.MonoBehaviour
The CoverageClientManager component provides the ability to query VPS coverage area and localization target...
Declaration
public class CoverageClientManager : MonoBehaviourSummary
The CoverageClientManager component provides the ability to query VPS coverage area and localization target information within a specified radius from either a device's current location or a specified location. Additionally, private VPS-scans can also be provided to this manager to have them be included in the query result for testing purposes (as private VPS-scans are not currently included in the query response).
Properties
| Name | Type | Summary |
|---|---|---|
| PrivateARLocalizationTargets | LocalizationTarget[] | - |
| QueryLatitude | float | - |
| QueryLongitude | float | - |
| QueryRadius | int | - |
| UseCurrentLocation | bool | - |
Methods
| Name | Type | Summary |
|---|---|---|
| TryGetCoverage | void | - |
| TryGetImageFromUrl | Task<Texture> | - |