1
是否會干擾其他?每個應用程序有多個CLLocationManager實例。他們互相混淆了嗎?
例如,使用CoreMotion的CMAttitudeReferenceFrameXTrueNorthZVertical
必須開啓位置更新,這是OK設置locationManager.desiredAccuracy = kCLLocationAccuracyThreeKilometers;
但在相同的應用程序,我需要的位置有kCLLocationAccuracyBest
,並在那個地方我還有一個位置管理。
是否有一個desiredAccuracy
覆蓋其他?
Accutualy [this](http://stackoverflow.com/questions/9648948/ios-locationmanager-is-not-updating-location-titanium-appcelerator-module)是我現在看到的真正的問題。 – vale4674 2012-03-10 18:18:19