有什么方法可以编辑对象的受监控区域属性CLCircularRegion
返回的 NSSet 中的a吗?CLLocationManager
我想做类似的事情:
NSSet *monitoredRegionsSet = self.locationManager.monitoredRegions;
for (CLCircularRegion *region in monitoredRegionsSet)
{
//Change radius of every region in monitoredRegionsSet
}