> here is a simple example where i try to use .hide() and it does
> nothinghttp://region3.dfg.googlepages.com/r3starter1_1.html

GGeoXml is asynchronous.  It sends off a request to Google's servers,
they read your KML and construct some overlays, and pass it all back
to the API script on the browser, which renders it on the map.   That
takes a long time.

Your script doesn't wait for all that, it carries on executing.
The hide() action is executed long before the GGeoXml response comes
back, there's nothing to hide yet.

Have a look at th GGeoXml load() event
--~--~---------~--~----~------------~-------~--~----~
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