1

How to get City, state information from Zip code (US) provided, is it possible using android libraries ? I would like to avoid using external libs if not necessary.

1

1 Answer 1

2

Basically you need to use reverse Geocoding.

First get the lat, long from the zip code. See here:

https://stackoverflow.com/a/8187031/1369222

Then use the lat,long to get whatever else you need. See here:

https://stackoverflow.com/a/9409229/1369222

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.