Sanjay Salunkhe
Sanjay Salunkhe

Reputation: 2735

Google Map: How to avoid google map usage limit of 25000 maps load per day

I have Four websites each running on different server and using gogole maps api. I want to avoid google usage limit of 25000 maps load per day.

I have below doubts on usage limit. please clear my doubts on below points.

if i am using same api key to load map on my four website then the limit quota of 25000 maps load per day is combined quota for all four websites or will it be for single website??

if i created 4 unique api keys from single google account then can i use each unique key for each website to have 25000 maps load per day for each website.

or can i use different google account to create multiple keys and using each key for each website to have 25000 maps load per day for each website??

will google will ever come to know if i cheat and try to avoid their usage limit??

Thanks,

Upvotes: 1

Views: 732

Answers (1)

Rooturaj Pattanaik
Rooturaj Pattanaik

Reputation: 122

First, I don't think you can create more than one API of the same type from the same account. I just tried yesterday and it still seems legit. Second, if you use 4 different accounts and use them on 4 different sites, that should be ok. You are not violating any policy there. Lastly, protect your limit. Take precautions against misuse of limits by competitors or hackers. We have a site using Google maps directions api and 20k+ queries to the API are getting fired every 2-3 hours. We are taking precautions against this misuse. We are limiting API calls based on IP and User agents to maximum of 10 calls a minute.

Upvotes: 1

Related Questions