2012-03-09 61 views
1

是否會干擾其他?每個應用程序有多個CLLocationManager實例。他們互相混淆了嗎?

例如,使用CoreMotion的CMAttitudeReferenceFrameXTrueNorthZVertical必須開啓位置更新,這是OK設置locationManager.desiredAccuracy = kCLLocationAccuracyThreeKilometers;

但在相同的應用程序,我需要的位置有kCLLocationAccuracyBest,並在那個地方我還有一個位置管理。

是否有一個desiredAccuracy覆蓋其他?

回答

0

如果它們是CLLocationManager的單獨實例,則它們不應該相互覆蓋。你看到不同嗎?

+0

Accutualy [this](http://stackoverflow.com/questions/9648948/ios-locationmanager-is-not-updating-location-titanium-appcelerator-module)是我現在看到的真正的問題。 – vale4674 2012-03-10 18:18:19

相關問題