Did you used CLRegion? How its working?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the three themes that ios embodies?

501


What is nsfetchedresultscontroller?

480


How to edit iphone code

453


What's the latest version of ios?

484


What are the viewcontroller lifecycle in ios?

513






What is the difference between let and var in swift?

488


What are the different store migration options? When are they used?

444


Difference between nil and Nil.

512


Explain me how to parse xml?

461


How to fix tableviewcell dequeue issue ?

1020


Does ios support multiple inheritance?

460


What is a fault?

467


How to animate view with constraint?

438


Explain me app bundle?

467


Which devices will this work with ios?

419