On 20 October 2011 15:35, Michael Mooney <[email protected]> wrote: > > and the web page in question is www.katesirishpub.com/contact.html
Not sure why you have added your question to this thread, but anyway... Your page has this in it <script type="text/javascript" src="http://maps.google.com/maps?file=api&v=2&key=APIKEY-HERE"></script> so presumably you are using some sort of plug-in which needs the key. It's the wrong key here "APIKEY-HERE" which is causing the message; there should be a parameter somewhere where you put your key. But you also load the API correctly with the right key. However, you have a map in an iframe, so you don't need a key (or the plug-in) at all. -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
