Reputation: 46
Based on new Pricing of Google Maps API, can I specify API limit for Map's Dynamic API so that I can keep my users not exceeding the monthly free limit. My app is a free app so I need this. I am fine if the API functionality degrades after crossing the limit.
Upvotes: 0
Views: 187
Reputation: 1384
There are different status codes for exceeding your limit.you need to handle status codes.if in the status code you will get "OVER_QUERY_LIMIT".its means you are exceeding the limit.Like this you can handle.
Upvotes: 0