NAME
Geo::GoogleEarth::Document::Base - Base for Geo::GoogleEarth::Document::* packages
SYNOPSIS
use base qw{Geo::GoogleEarth::Document::Base};
DESCRIPTION
The is the base of all Geo::GoogleEarth::Document packages.
USAGE
CONSTRUCTOR
new
my $document = Geo::GoogleEarth::Document->new();
METHODS
name
Sets or returns the name property.
my $name=$folder->name;
$placemark->name("New Name");
$document->name("New Name");
BUGS
SUPPORT
Try geo-perl email list.
AUTHOR
Michael R. Davis (mrdvt92)
CPAN ID: MRDVT
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
Geo::GoogleEarth::Document creates a GoogleEarth KML Document.