Google Map Alternative

So, I am creating a website that will use map algorithms for things like:

  • POI
  • Routing from A to B, then to C
  • Traffic

However, Google has a limit of 2500 API requests per day, and I was wondering what other alternatives I have.

Since each user request can change the route, calling google api for each person can quickly use the distributed API slots. What are my options?

+6
source share
2 answers

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

Similar

+3
source

All Articles