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?
source share