Sudhakar V
Sudhakar V

Reputation: 46

Can I specify billing usage limits on Google Map's Dynamic API calls

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

Answers (2)

Sudhakar V
Sudhakar V

Reputation: 46

User xomena comment answered my question.

Upvotes: 1

Syed Danish Haider
Syed Danish Haider

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

Related Questions