在 Iphone SDK 中显示 GPS 可用性和准确性
如何编程以在 iPhone 中显示 GPS 可用性和准确度级别?并且它必须擦除标签中先前的纬度、经度信息。
How to program to show the GPS availability and Accuracy level in an iphone? and it has to wipe the previous lat, lon info in label.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
CLLocationManager 有一个方法
locationServicesEnabled
检查服务是否启用CLLocationManager has a method
locationServicesEnabled
to check if the service is enabled or notiOS sdk 中有一个类叫做 CLLocationManager。浏览 XCode 中的文档或查找一些示例。
http://mobileorchard.com/hello-there-a-corelocation-tutorial/
There is a class in iOS sdk called CLLocationManager. Go though its documentation in the XCode or look for some sample example.
http://mobileorchard.com/hello-there-a-corelocation-tutorial/