[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[[["`VpsAvailability` is an enum representing the result of a Visual Positioning Service (VPS) availability check."],["It indicates whether VPS can be used at a specific location, providing various status values like `AVAILABLE`, `UNAVAILABLE`, or error types."],["Developers use `VpsAvailability` to determine if VPS features can be utilized and handle potential issues."],["It's obtained asynchronously via `Session.checkVpsAvailabilityAsync` and accessed through `VpsAvailabilityFuture.getResult()`."]]],["`VpsAvailability` is an asynchronous result from `Session.checkVpsAvailabilityAsync`. It indicates the availability status of VPS (Visual Positioning Service) at a location. The result can be accessed via `VpsAvailabilityFuture.getResult()`. Possible statuses include `AVAILABLE`, `UNAVAILABLE`, `UNKNOWN`, and error states like `ERROR_INTERNAL`, `ERROR_NETWORK_CONNECTION`, `ERROR_NOT_AUTHORIZED`, and `ERROR_RESOURCE_EXHAUSTED`. The enum also inherits methods for comparison, object management, and type information retrieval.\n"]]