Question

How accurate is the CCLocation class? 20 meters? more or less? Because I'd like to get the most accurate values from the user's location.

Thanks,

Regards

Was it helpful?

Solution

You can request the accuracy desired using the desiredAccuracy property of CLLocationManager. But the actual accuracy delivered depends on other factors generally outside your control including whether the device is using GPS, cell tower, or wifi.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top