On jún. 1, 00:32, Rossko <[email protected]> wrote: > > Geocoder.prototype = new google.maps.CilentGeocoder(); > > That typo really is in your page > > > I can use all google.maps.* constructors inside functions (all > > functions are called after init(), wich is called on html body's > > onload event), but not from the root of my script. > > Yes. You're loading the maps API script asynchronously, using the > asynchronous loader. The browser does not stop and wait, so the APIs > functions are not available immediately you request the API but some > time later.
And how do I know that the api has finished loading? > > cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
