3

In my iOS app, a mapkit object displays the user's current location and zooms in on it.

I would like to put that code into an if statement so that it will only happen when the user is within a specified geographic region (a specific country, city etc).

Any help will be hugely appreciated.

Thanks, Roy

  • I have the same issue, did you resolve it plz or could you give me a tutorial link ? thanks. – hafedh Apr 05 '12 at 17:52

1 Answers1

-1

Some Resources I found useful.

CLLocationManager Class Reference

CLRegion Class Reference

Core Location region monitoring

Community
  • 1
  • 1
Ian
  • 43
  • 1
  • 6