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 Answer
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: