MobileLocation.Accuracy

From Xojo Documentation

Property (As Accuracies )
aMobileLocation.Accuracy = newAccuraciesValue
or
AccuraciesValue = aMobileLocation.Accuracy

Supported on Mobile.

Specifies the level of accuracy you need for the location data.

Notes

You should assign a value to this property that is appropriate for your usage scenario. The default is Best. For example, if you need the current location only within a kilometer, you should specify Accuracies.Within1Kilometer and not Accuracies.BestForNavigation. Determining a location with greater accuracy requires more time and more power.

Sample Code

MyLocation.Accuracy = MobileLocation.Accuracies.Within1Kilometer