如何编辑CLLocationManager

时间:2016-02-19 07:28:13

标签: ios objective-c geofencing region-monitoring clcircularregion

有没有办法编辑CLCircularRegion对象的monitoredRegions属性返回的NSSet中的CLLocationManager

我想做类似的事情:

NSSet *monitoredRegionsSet = self.locationManager.monitoredRegions;
for (CLCircularRegion *region in monitoredRegionsSet)
{
    //Change radius of every region in monitoredRegionsSet
}

0 个答案:

没有答案