Wasn't it iassael who wrote:
>
>ok can you please tell me how can i do this in earth mode?

I don't know the details, but anything you can do in the Earth API you
can do in Earth Mode.

Details of the Earth API are here:
See: http://code.google.com/apis/earth/documentation/

To make Earth API calls on a GMap2 map use map.getEarthInstance(). For
example, this call makes country borders visible:

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

-- 
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 Google-Maps-API@googlegroups.com
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