CLRegion is an iOS class for CoreLocation framework that holds the information used in shape based regions.
I subclassed a CLRegion to support Polygons via overriding containsCoordinate: to use ray casting logic instead of the original distance …
objective-c cocoa-touch core-location clregionSince the depreciation of initCircularRegionWithCenter:radius:identifier:, how would you define the region to be monitored using CLLocationManager?
ios7 cllocationmanager clregionI am using a NavigationController to display a list of geo-fences available to the user. At the top there is …
iphone ios core-location clregionIf the app is running and the CLLocationManagerDelegate class is the foreground (i.e. visible) then the didEnterRegions triggers and …
ios cllocationmanager region-management clregion