I move between four adjacent region, Space each region is eight Square meters.
How can I do a program for my Iphone mobile to alert me, if I’m in region one, two, three, or four? In order to do something in that region?
And thank for all.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can look at this to learn how to access GPS data:
http://www.vellios.com/2010/08/16/core-location-gps-tutorial/
Then you can probably add a listener that checks for changes, alerting your program if you moved into another “region.”