Help for this page

Select Code to Download


  1. or download this
    % sudo gluemac /Applications/Google\ Earth.app
    
  2. or download this
    my $gEarth = Mac::Glue->new('Google_Earth');
    
    my $reco = $gEarth->getviewinfo;
    
  3. or download this
            {
              'azimuth' => '1.19852752792094e-14',
    ...
              'latitude' => '40.4999984526947',
              'tilt' => '-1.26725225589562e-15'
            }
    
  4. or download this
    #!/usr/bin/perl
    
    ...
        sleep 15;
        }