Once you've obtained a reference to the Google Earth Instance, you
should be able to use the full functionality of the Google Earth API.

I've not experimented with sketchup in the Earth API, but this is how to
make a simple Earth call to the 3D map within Google Maps.

   map.getEarthInstance(function(earth) {
     earth.getLayerRoot().enableLayerById(earth.LAYER_BORDERS, true);
   });

See the Google Earth API for how to process sketchup models:
http://code.google.com/apis/earth/documentation/advanced.html#models

-- 
http://econym.googlepages.com/index.htm
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