有什么方法可以减少locationManager更新的次数?目前在30秒内更新了100多次!我的应用程序收集了用户的坐标并将其推入数据库,但是我收集的坐标太多。
我可以减少应用更新用户位置的次数吗?
func locationManager(_ manager: CLLocationManager, didUpdateLocations
locations: [CLLocation]) {
let lat = LocationManager.sharedInstance.location.coordinate.latitude
let long = LocationManager.sharedInstance.location.coordinate.longitude
}
答案 0 :(得分:1)
使用CLLocationManager
的{{1}}属性。
distanceFilter