I have a data base of 1.5 lac USA locations and for each location I have to find latitude(lat) and longitude(long).
Currently I am using geocode API (http://code.google.com/apis/maps/documentation/geocoding/index.html) for getting lat,long for these locations but there is a limitation that only 2500 locations are to be processed in a single day. But it would be very time consuming to fetch the lat long for 1.5 lac locations with that as it would take around 45 days to complete this task.
Is there any other API available for getting the lat, long for these 1.5 lac USA locations in a single day.
Thanks in Advance.
Regards
Arun Kumar