using google maps api without a key
Posted
by
Don
on Stack Overflow
See other posts from Stack Overflow
or by Don
Published on 2012-07-09T14:56:07Z
Indexed on
2012/07/09
15:15 UTC
Read the original article
Hit count: 188
JavaScript
|google-maps
The instructions for v.3 of the Google Maps API say that I
should load the Maps API using an API key
Curiously it says I should..., rather than I must..... Anyhow, at the moment, I am not using an API key simply because (as far as I can remember) there was no mention of an API key when I was writing the code that calls this API.
Should I go back and add an API key to the URL that loads the API? It seems to work fine without the key, so I don't have any particular incentive to do this.
© Stack Overflow or respective owner