在 IOS MKMapKit 中无法从 MKUserLocation 获取高度吗?
Is it not possible to get altitude from MKUserLocation in IOS MKMapKit?
是否可以从 IOS MKMapKit 中的 MKUserLocation 获取高度?
具体来说,我试图在提供 MKUserLocation 对象的 MKMapViewDelegate 回调 "didUpdateUserLocation" 中获取高度?
如果不是,我真的应该使用 CLLocationManager 及其 startUpdatingLocation() 方法来捕获位置和高度变化并废弃使用 mapview 的 MKMapViewDelegate 的回调 "didUpdateUserLocation"???
错过了:
MKUserLocation.location.altitude property
是否可以从 IOS MKMapKit 中的 MKUserLocation 获取高度?
具体来说,我试图在提供 MKUserLocation 对象的 MKMapViewDelegate 回调 "didUpdateUserLocation" 中获取高度?
如果不是,我真的应该使用 CLLocationManager 及其 startUpdatingLocation() 方法来捕获位置和高度变化并废弃使用 mapview 的 MKMapViewDelegate 的回调 "didUpdateUserLocation"???
错过了:
MKUserLocation.location.altitude property