在CLLocationManager类文档中,我找到了对distanceFilter属性的解释:Thispropertyisusedonlyinconjunctionwiththestandardlocationservicesandisnotusedwhenmonitoringsignificantlocationchanges.你能解释一下吗? 最佳答案 在CLLocationManager中,distanceFilter用于在设备移动x米时通知更改。默认值为kCLDistanceFilterNone:报告所有移动。来自docs