How would you go about doing this? Does the iOS API offer any functions to retrieve a set of coordinates from a postal code?
The reverse geocoder gives me a postal code from a set a coordinates, but can I do it the other around?
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.
The iOS API only offers reverse geocoding at the moment means you can only get adress by CLLocation and not the other way around. If you’d like to do forward geocoding you should use google web api as you can read about here
http://blog.sallarp.com/ipad-iphone-forward-geocoding-api-google/