The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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(key1=>value1,
                                                 key2=>[value=>{opt1=>val1}],
                                                 key3=>{value=>{opt2=>val2}});

METHODS

function

This is an internal method that may allow hackers to add custom fields.

  $placemark->function('HashKey' => {key1=>value1, key2=>value2});

options

Returns options hash.

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.