Hello Sir/Madam,,

I am supposed to develop a web page which calculates the driving
distance between two zipcodes with the help of Google Maps API. I have
got a database of 42000+ US Zipcodes and I have to search all the
zipcodes within a particular radius of a zipcode.Example, zipcode:
08854, radius: 5 miles. I will have to compare all the remaining
41,000 zipcodes with this one and get their distance using getDistance
() function. I had read somewhere that google allows only 15,000 such
comparison in a day from a single IP address. Here, each time the
given zipcode is compared to One of the remaining 41,000 zipcodes, the
google API will be used for comparison and as my single execution
consists of 41,000 comparison, it would remain incomplete. In addition
to that, it would make my web page run very slow. Sorry, I could not
provide a link to my page as it is still on my localhost and not
online. Eagerly awaiting your response,

Thanks in advance,
Rahul Gupta.

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

Reply via email to