VPSCoverageSession
↳ extends SessionBase
Creates a VPS Coverage instance for querying coverage information. VPS Coverage allows you to query which areas have VPS mapping coverage, helping you determine where VPS localization will be available.
Declaration
class VPSCoverageSessionProperties
| Name | Type | Summary |
|---|---|---|
| ardkHandle | Long | - |
Functions
| Name | Type | Summary |
|---|---|---|
| getAreaTargets | AsyncResult<Array<AreaTarget>, VpsCoverageError> | Asynchronously retrieves area targets within a specified radius of a geographic location. This function encapsulates the entire request-and-poll loop, suspending execution until the operation is complete, has failed, or has timed out. |
| getHintImage | AsyncResult<ByteArray, VpsCoverageError> | Asynchronously downloads a hint image from a given URL. This function encapsulates the entire request-and-poll loop, suspending execution until the download is complete, has failed, or has timed out. |
| onDestroy | void | - |
| onInit | void | - |