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.
谁能告诉我iOS5区域监控功能有多准确。即当我进入一个区域时,它可以使用我的 GPS 位置进行监控吗?
另外,我可以在任何给定时间配置的最大区域数是多少。
谢谢你的帮助
对于 ios 5 来说如此准确:应该是从 1 到 150 m,ios 6:1 到 400m
每个应用程序的最大区域数 20。
通知不是即时的,还有其他的东西,比如缓冲区域等等。
根据苹果:
在 iOS 6 中,半径在 1 到 400 米之间的区域在 iPhone 4S 或更高版本的设备上效果更好。(在 iOS 5 中,半径在 1 到 150 米之间的区域在 iPhone 4S 和更新版本的设备上效果更好。)在这些设备上,应用程序可以期望在平均 3 到 5 分钟内收到相应的区域进入或区域退出通知,如果不早点。
http://developer.apple.com/library/mac/#documentation/CoreLocation/Reference/CLLocationManager_Class/CLLocationManager/CLLocationManager.html#//apple_ref/occ/instm/CLLocationManager/startMonitoringForRegion: