Sets the desired accuracy of location (GPS) events to distance in meters. Note: the actual accuracy depends on the capabilities of the device and/or platform. On the iPhone, accuracy is limited to discrete distances: <10, 10, 100, 1000, and 3000 meters. Higher accuracy (smaller distances) requires more battery life, so use larger distance to preserve battery life.
Related Items:
Location Events
1 | system.setLocationAccuracy( distance ) |
system.setLocationAccuracy( 10 ) -- set GPS accuracy to 10 meters
frequency
Location accuracy in meters.
Nothing.
Parameters: description is incorrect.
It should be:
Not frequency as it is currently shown.
--Woof!