> OK, I seemed to have missed the
> URL:http://www.plane-mad.com/guides.php?guide=LHR
> as an example. To recreate it just visit the page.
Couldn't reproduce in FF2, but guess its a timing race somewhere.
You are creating some global Gxxx objects inline, what will happen if
that occurs before the API has loaded the appropriate modules? I'd be
inclined to have just a null declaration inline and move the actual
initialising inside the load() function somewhere, e.g.
var geocoder;
function load (){
geocoder = new GClientGeocoder();
...
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
-~----------~----~----~----~------~----~------~--~---