标签: ios
我想知道iOS上是否有高度表可用,如果没有,有没有办法计算高度,准确度是多少?
答案 0 :(得分:2)
支持iPhone和3G的iPad内置GPS功能。他们可以使用GPS来确定当前高度以及其他位置和速度变量。用于访问此信息的API称为CoreLocation。具体来说,您将使用CLLocationManager对象发送包含“altitude”属性的应用程序CLLocation对象。
请参阅: https://developer.apple.com/library/ios/#documentation/CoreLocation/Reference/CLLocation_Class/CLLocation/CLLocation.html
答案 1 :(得分:2)
Core Location有一个altitude属性有一个基本教程here;请注意它有多个部分。
altitude
对于核心位置文档,请查看CLLocation类参考here。