Show GPS availability and Accuracy in Iphone SDK(在 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.
推荐答案
CLLocationManager有一个方法 locationServicesEnabled
来检查是否服务是否启用
CLLocationManager has a method locationServicesEnabled
to check if the service is enabled or not
[CLLocationManager locationServicesEnabled]
这篇关于在 Iphone SDK 中显示 GPS 可用性和准确性的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!