I'm working on an Application
, where I make use of the free version of the Distance Matrix API
provided by Google Maps
. I'm familiar with the usage limits of the same as well. Is there any method available to check the Google Map API
usage programatically from the Application
?
Asked
Active
Viewed 159 times
1

SPB
- 65
- 1
- 5
-
Google does provide all the usage statistics within the account. Is there any reason why you are trying to get it through code? – Coder Jan 09 '17 at 16:15
-
Yes. All the APIs are registered under our Organization's google account. One of our customer insists that, they want to have the requests made by their users, so that they can check the statistics and can plan accordingly to migrate to Google's Enterprise package. – SPB Jan 11 '17 at 08:21