With the recent changes in GoogleMap platforms, I'm investigating on the requests of my app not to exceed the free of charge quota.
Does the geocoder library work without ApiKey ?
I don't understand what's happening. In my API console, I have enabled the Geocoding API and I have 350 requests in the last 30 days. This has no sense: I'm absolutely sure my app generates tenths geocoder request per day (reverse geocode, from lat/lon to address) and I have tenth of app running, it can't be 350 total in a months.
So I guess geocoder library does not use the ApiKey declared in the manifest for showing the map, but then I don't understand where those 350 request come from.
Does the geocoder library work without ApiKey ?
I don't understand what's happening. In my API console, I have enabled the Geocoding API and I have 350 requests in the last 30 days. This has no sense: I'm absolutely sure my app generates tenths geocoder request per day (reverse geocode, from lat/lon to address) and I have tenth of app running, it can't be 350 total in a months.
So I guess geocoder library does not use the ApiKey declared in the manifest for showing the map, but then I don't understand where those 350 request come from.