Whats the API Key for in Google Maps API V3?
Posted
by Brandon
on Stack Overflow
See other posts from Stack Overflow
or by Brandon
Published on 2010-05-04T21:37:04Z
Indexed on
2010/05/04
21:38 UTC
Read the original article
Hit count: 216
google-maps
|google-maps-api-3
In the older version of the API, I'd have to insert the javascript into the page using something like this for just basic functionality to work:
http://maps.google.com/maps?file=api&v=2&key=GoogleMapsAPIKey
Where I had to configure the API key for each individual site. Looking at the documentation, it says to get a basic map working I just need this:
Where does the API key fit in? Do I need to worry about it if I just plan on using a basic map and marker and none of the more advanced functions?
© Stack Overflow or respective owner