Hi Jeff,
Both with Google Earth and the Google Earth API you have the option of
loading them as multiple NetworkLinks. Probably the best bet is to
break it up into a Region-Based NetworkLink (RBNL) hierarchy, where
movement into a particular Region triggers a NetworkLink which loads
some data and also NetworkLinks that will trigger at a smaller grained
level.
It is easier with the Earth API because you can programmatically force
the loading of each of the top-level NetworkLinks, whereas for Google
Earth you have to rely on the user to load the top levels.
You might find this a useful tool for creating your RBNL hierarchies:
http://code.google.com/p/regionator/
Mano
On Jun 19, 4:20 pm, JeffJensen wrote: