
Geo::GoogleEarth::Document::Base - Base for Geo::GoogleEarth::Document::* packages

use base qw{Geo::GoogleEarth::Document::Base};

The is the base of all Geo::GoogleEarth::Document packages.


my $document = Geo::GoogleEarth::Document->new(key1=>value1,
key2=>[value=>{opt1=>val1}],
key3=>{value=>{opt2=>val2}});

This is an internal method that may allow hackers to add custom fields.
$placemark->function('HashKey' => {key1=>value1, key2=>value2});
Returns options hash.
Sets or returns the name property.
my $name=$folder->name;
$placemark->name("New Name");
$document->name("New Name");


Try geo-perl email list.

Michael R. Davis (mrdvt92)
CPAN ID: MRDVT

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.

Geo::GoogleEarth::Document creates a GoogleEarth KML Document.