Observe that although GMap2 isn't an object, GPoint and GLatLng are.

It looks to me as if the API code gets loaded, and then the GMap2 class
gets destroyed, possibly by this line:

        var GMap2;

It can't quite be as simple as that, because var doesn't normally
destroy the previous contents of a variable, e.g.
      var foo = "Hello";
      var foo;
      alert(foo);
displays "Hello" in both FF and MSIE.

-- 
http://econym.org.uk/gmap
The Blackpool Community Church Javascript Team


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to