check Vps Availability
Query the availability of VPS at the current location. Where VPS is available, the accuracy of WorldScaleTrackingMode.Geospatial will be improved.
Return
A Result containing a WorldScaleVpsAvailability, or failure
Since
200.8.0
suspend fun checkVpsAvailability(latitude: Double, longitude: Double): Result<WorldScaleVpsAvailability>
Query the availability of VPS at the provided location. Where VPS is available, the accuracy of WorldScaleTrackingMode.Geospatial will be improved.
Return
A Result containing a WorldScaleVpsAvailability, or failure
Since
200.8.0
Parameters
latitude
latitude of the location to query
longitude
longitude of the location to query