减少位置管理器更新的频率

时间:2019-03-15 19:06:21

标签: swift cllocationmanager locationmanager

有什么方法可以减少locationManager更新的次数?目前在30秒内更新了100多次!我的应用程序收集了用户的坐标并将其推入数据库,但是我收集的坐标太多。

我可以减少应用更新用户位置的次数吗?

 func locationManager(_ manager: CLLocationManager, didUpdateLocations 

locations: [CLLocation]) {

            let lat = LocationManager.sharedInstance.location.coordinate.latitude
            let long = LocationManager.sharedInstance.location.coordinate.longitude
}

1 个答案:

答案 0 :(得分:1)

使用CLLocationManager的{​​{1}}属性。

distanceFilter