Google Earth API Samples - Show/Hide Sun (Dusk to Dawn)

Last Modified:
06/08/2009
Installed Plugin Version:
...


Relevant Resources:

Relevant Code Excerpt:

function showSun() {
  ge.getSun().setVisibility(true);
}

function hideSun() {
  ge.getSun().setVisibility(false);
}