1

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...

appukrb
  • 1,507
  • 4
  • 24
  • 53
  • Refer to this link http://stackoverflow.com/questions/13226721/obtain-the-latitude-and-longitude-using-the-pincode-on-google-maps. – Srishti Roy Oct 15 '14 at 10:32

1 Answers1

2

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

Ram kiran Pachigolla
  • 20,897
  • 15
  • 57
  • 78
ShreeshaDas
  • 2,042
  • 2
  • 17
  • 36
  • the input is only zip-code not any name or address,i give zip -code in Geocoder but it not working?any other way? – appukrb Dec 04 '12 at 06:10