CCLocation (iPhone SDK) 准确度
CCLocation 类的准确度如何? 20米?或多或少?因为我想从用户的位置获取最准确的值。
谢谢,
问候
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 desiredAccuracy 属性请求所需的精度CLLocationManager。但实际提供的准确度取决于通常超出您控制范围的其他因素,包括设备是否使用 GPS、手机信号塔或 WiFi。
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.