Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
说我想知道真正的航向。我只需要非常不准确的位置估计。如果没有 GPS,我如何获得它?我应该在 CLLocation 指定什么,以便它不使用 GPS。
如果我不使用 GPS,如何确保箭头标志不会出现在状态栏上?以免我的客户认为 GPS 已开启。
该决定取决于操作系统。desiredAccuracy您可以通过将属性设置为不准确的值来暗示您不需要准确的位置。最低的 cakCLLocationAccuracyThreeKilometers`。或者您可以改用重要的位置更改事件(谷歌搜索),但我不确定它们是否适用于没有蜂窝无线电的设备。几乎只有 iPod touch 或非 3G iPad 知道其位置的方法是通过 GPS。这也是你需要考虑的事情。
desiredAccuracy