google maps - How do I check if my domain is grandfathered? -


i have thoroughly read through updated google api terms , conditions:

https://developers.google.com/maps/pricing-and-plans/standard-plan-2016-update

specifically, excerpt:

active domains created before june 22, 2016, continue able access google maps javascript api, static maps api, , street view image api without api key. not affected keyless access being unavailable new domains.

my question is, how figure out if domain grandfathered , can continue call static maps api without api_key parameter?

you can test if domain whitelisted trying load map without api key. if manage static map image means whitelisted.

the whitelist has 25000 queries per day limit equivalent free quota limit when using key.

to able monitor usage and, if needed, more quota best start using api key. can check quota , monitor usage in google developer console


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -