Hi i want to find coordinates using zipcode in iphone ?
Can anyone help me ?
Thanks in advance….
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.
MapKit doesn’t let you do forward geocoding.
I don’t know if this is the best alternative, but i have a JSON/XML feed that does it for me. I just submit a NSURLConnection to the script (eg: http://mywebsite.com/feed.php?zipcode=…whatever) and it does all the work using google maps (or another service) and sends me back the coordinates.
A quick google turns this up too – this could help: http://blog.cloudmade.com/2009/06/12/how-to-get-forward-geocoding-in-iphone-mapkit/ this is my solution – but everything is already done for you web side.