On 19 January 2013 20:17, Jak Radice <[email protected]> wrote: > <script type="text/javascript" > > src="https://maps.googleapis.com/maps/api/js?key=MYPRIVATEKEY&sensor=SET_TO_TRUE">
Please, please, please give the exact code in this line. No-one else can use your key without access to your Google account to allow that (but you could just change a single letter to invalidate it anyway); and what is in this line and how it's coded is rather important. Your key must be correctly stated, and the "sensor" parameter set to just the word "true" or "false" in lower case without quotes: src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCpEV7w_0UEw6ZwBl5KiV6PbA43JPLHW7g&sensor=true" --
