views:

150

answers:

1

Hi All,

How to perform Batch Geocoding on google or some other Geocoding service provider. I dont want batch address processing where the application uses a JavaScript to break the address batch into single address in a loop and perform geocoding like the sample provider here (http://onemarco.com/2007/06/03/geocoding-with-the-google-maps-api/). I want to perform a batch geocoding where I can submit a bulk address in the from of file or text diretly to the service provider and get a suitable response.

Thanking you in advance.

A: 

You can check out bulkgeocoder.com for batch geocoding of addresses.

Geocoder
But they provide response in form of map to be embedded by using system. I just wanna the lat,long list as a response.
Ameya
Actually they provide the exact service you have mentioned - upload a file with address data and download the same file with the latitude/longitude data appended to it. You can check out http://www.bulkgeocoder.com/index.php?page=faq#HowThisWorks
Geocoder