开发者

CCLocation (iPhone SDK) accuracy

开发者 https://www.devze.com 2023-01-19 18:53 出处:网络
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.

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,

开发者_Go百科

Regards


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消