> <script type="text/javascript" src="http://www.google.com/jsapi? > key=ABQIAAAAKKBy8Yo_trrVin7eLGRbWxSM9cyl5JlZHivDrjvlwSrHvbkiKBQ71kfUg8tWdGnLJZCaC2TlBFW2cg"></ > script> > <script type="text/javascript"> > google.load("maps", "2"); > </script>
That loads a copy of the API > <script type="text/javascript" src="http://www.google.com/jsapi? > key=ABCDEFG"></script> > <script type="text/javascript"> > google.load("maps", "2.x"); That loads another copy of the API, with a bad key > <script type="text/javascript" src="http://maps.google.com/maps? > file=api&v=2&key=abcdefg&hl=de" This loads another copy of the API, with a bad key. Choose which way you would like to load the API, and load it only once. -- You received this message because you are subscribed to the Google Groups "Google Maps API" 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.
