I want to detect whether my website hit the 25k limit for map loads. I already had a look at the Maps JS API reference but it only lists the possibility to check the status for things like the Geocoding API but not the Map load itself.
So I am not interested in the limits related to geocoding or place lookup but just the limit on displaying interactive maps.
Any idea how I can detect if the limit is hit and no map will be displayed?
Thanks!