On Jan 7, 4:16 am, Saran <[email protected]> wrote: > Hi, > > Please help me in getting lat/Long values using Zip code. I have a > valid zip code, i am looking for latitude and Longitude vaklue using > the Zip code.
Getting the geographic coordinates of an address is called "Geocoding". The Google Maps API includes a geocoding function: http://code.google.com/apis/maps/documentation/services.html#Geocoding There are third party geocoders available as well: http://groups.google.com/group/google-maps-api/web/resources-non-google-geocoders And you can review Mike Williams' pages on using the geocoder in his tutorial: http://econym.org.uk/gmap/ -- Larry
-- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
