VpsCoverage
Classes
| Name | Type | Summary |
|---|---|---|
| AreaTargetsResult | AreaTargetsResult | Received result from server request for CoverageAreas and LocalizationTargets together. |
| CoverageAreasResult | CoverageAreasResult | - |
| CoverageClient | CoverageClient | Client to request CoverageAreas and LocalizationTargets. |
| CoverageClientFactory | CoverageClientFactory | - |
| CoverageClientManager | MonoBehaviour | 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). |
| LocalizationTargetsResult | LocalizationTargetsResult | - |
Structs
| Name | Type | Summary |
|---|---|---|
| AreaTarget | ValueType | The AreaTarget struct is a wrapper struct that contains correlated VPS coverage area and localization target information. |
| CoverageArea | ValueType | The CoverageArea struct represents an area where localization with VPS is possible. Precisely, it is a calculated area representing a cluster of localization targets within a certain proximity of each other to help determine reliability of VPS tracking. |
| LatLng | ValueType, IEquatable<LatLng> | The LatLng struct represents a Latitude and Longitude pair and provides functionality for comparing LatLng instances with each other. |
| LocalizationTarget | ValueType | The LocalizationTarget struct represents a real world point of interest that used for VPS tracking. |
Enums
| Name | Type | Summary |
|---|---|---|
| Localizability | Localizability | - |
| ResponseStatus | ResponseStatus | - |