Reputation: 2953
So I am building a website that will be using map algorithms heavily for things such as:
However, Google has a limit of 2,500 API requests per day, and I was wondering what other alternatives I have.
Because each users queries could possibly change the route, calling the google api for each person could use up the allocated API slots quite quickly. What options do I have?
Upvotes: 5
Views: 4095
Reputation: 838156
You can use "Google Maps API for Business" and make up to 100,000 requests per day.
Related
Upvotes: 3
Reputation: 1105
Did you ever consider Open Street Map?
Perhaps this helps: http://www.ns-tech.co.uk/blog/2008/08/using-openstreetmap-overview-part-2-javascript-apis/
Upvotes: 3