Pat841
Pat841

Reputation: 2953

Google Map's Alternative

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

Answers (2)

Mark Byers
Mark Byers

Reputation: 838156

You can use "Google Maps API for Business" and make up to 100,000 requests per day.

Related

Upvotes: 3

Related Questions