Hi, I'm trying to understand how to request API services on demand to avoid innecesaries requests.
I've tested the example in: http://gmaps-samples-v3.googlecode.com/svn-history/r5/trunk/callback/callback_delayed.html It seems to work ok, but in Firebug i'm getting this Javascript error: google.maps.loadScripts is not a function (at line 21) I've tested the same example locally hosted and I'm getting the same error. In my local example, sometimes, the whole callback fail and I need a second click, even when the API seems to be arrived ok. ¿It is all ok with the 'onload' method of the bootstrap? It seems to be there the problem. ¿Is there any other method to do a callback on demand for the API? Any hints, thank you in advance. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
