i have a in put as pin-code or zip-code and i have to find the place in android? we have find address to lat & long and lat & long to address in android…but how to obtain with postal..? other than Google API any other API available for this…
Share
You can use the Geocoder for transforming a street address or other description of a location into a (latitude, longitude) coordinate or Reverse geocoding is the process of transforming a (latitude, longitude) coordinate into a (partial) address
please see this Link
you can also use yahoo weather api where you can enter a zip code and get the name of city or location
refer this link