On Sep 26, 6:58 pm, Rossko <[email protected]> wrote: > > 315 window.setTimeout(function(){ > > 316 google.load("maps", > > "2.x"); > > 317 aLocation = new > > google.maps.LatLng(44.440590,26.084789); > > You can't use the maps API until after its loaded asynchronously. > Create a callback function for use when the maps API has loaded and > put your LatLng in there.
Ok, just used setOnLoadCallback , still waiting forever in "Waiting for gg.maps.com" --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
