I am using Google geocoder for lat and lon and my question is, is there a way you can find out zipcode with latitude and longitude?
Share
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 think what you are looking for is the
address_components[]in theresultsarray. Maybe something like this would work, just typing the below so it might have errors in it but I think you will get the idea.http://code.google.com/apis/maps/documentation/geocoding/#Results