Did you used CLRegion? How its working?



Did you used CLRegion? How its working?..

Answer / babu

CLRegion class defines a geographical area that should be tracked After you create a region, you must register it with a CLLocationManager object. The location manager generates appropriate events whenever the user crosses the boundaries of the region.

You ca use the delegate to perform your necessary operations

- (void)locationManager:(CLLocationManager*)manager didExitRegion:(CLRegion *)region

- (void)locationManager:(CLLocationManager *)manager didFailWithError:(NSError *)error

- (void)locationManager:(CLLocationManager*)manager didExitRegion:(CLRegion *)region

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Apple iOS Interview Questions

applications that can be used with iphone

1 Answers  


How to switch off predictive text?

1 Answers  


How you will store user info (username, password or token) securely in ios?

1 Answers  


What is arc?

1 Answers  


Bundle & document directory, sandbox ?

1 Answers  


Define 'copy' keyword?

1 Answers  


Outline the class hierarchy for a UIButton until NSObject.

1 Answers  


Explain how to hide images in ios?

1 Answers  


What is an ios framework?

1 Answers  


What is grand central dispatch ios?

1 Answers  


How to download xcode for iphone development?

1 Answers  


In nsfetchrequest can we fetch only a selective few attributes of an entity? How?

1 Answers  


Categories