I want to write an iPhone app, that will need to do a distance based search (eg. find results within 100km)
I’m not concerned about what storage technology is used, as long as it is stored on the device
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.
I asked a question a while back intending to build a similar application. I found the answer helpful. I believe what you want to do can be largely accomplished by using
CLLocation‘sgetDistanceFrom:method.