jQuery getScript and Google Maps API Problem
- by k0ni
HI
I got a problem with loading the google maps api.
I got my own object with a function that initializes the map, and the google maps api gets loaded via jquery.getscript. but i always get an error message in the callback function:
var MyGMap = {
GMapScriptURL: "http://maps.google.com/maps?file=api&v=2&async=2&key=",
Map: null,…