NAME
Geo::GoogleEarth::Document - Creates a GoogleEarth KML Document
SYNOPSIS
use Geo::GoogleEarth::Document;
my $document = Geo::GoogleEarth::Document->new(); #is a special Folder...
my $folder = $document->Folder(); #Geo::GoogleEarth::Document::Folder object
my $placemark = $document->Placemark(); #Geo::GoogleEarth::Document::Placemark object
my $networklink = $document->NetworkLink(); #Geo::GoogleEarth::Document::NetworkLink object
$folder->push($networklink);
$folder->push($placemark);
$document->push($folder);
print $document->render();
DESCRIPTION
USAGE
render
BUGS
SUPPORT
AUTHOR
Michael R. Davis
CPAN ID: MRDVT
STOP, LLC
domain=>stopllc,tld=>com,account=>mdavis
http://www.stopllc.com/
COPYRIGHT
This program is free software licensed under the...
The BSD License
The full text of the license can be found in the LICENSE file included with this module.
SEE ALSO
perl(1).