在IOS MKMapKit中,能从MKUserLocation获得高度吗?
具体来说,我试图在MKMapViewDelegate的回调"didUpdateUserLocation“中获得高度,它提供了一个MKUserLocation对象?
如果不是,我真的应该使用CLLocationManager及其startUpdatingLocation()方法来捕获位置和高度的变化,并放弃使用MKMapViewDelegate的回调“didUpdateUserLocation”吗??
发布于 2016-06-01 06:47:06
错过了:
MKUserLocation.location.altitude性质
https://stackoverflow.com/questions/37560151
复制相似问题