使用 CLLocation Manager 我想实现startMonitoringforRegion。
用于确定用户是否进入或离开该区域的位置更新来自 locationManager:didEnterRegion:和 locationManager:didExitRegion :?
方法 startMonitoringSignificantLocationChanges 或 startUpdatingLocation 会影响用于确定区域监控的位置吗?
请检查此问题以获得答案的参考。 Region monitoring how when why?我通过浏览apple-docs找到了答案,并附上了我已经回答了一个问题的链接,该问题几乎包含了我的问题的具体内容
答案 0 :(得分:1)
使用startMonitoringSignificantLocationChanges
如果您不需要高度准确的高度使用startMonitoringSignificantLocationChanges
。 Apple在大多数情况下也建议保留电池,在大多数情况下足够了。 More information here - 非常值得一读,它将解决你所有的疑虑。