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


Geo-GoogleEarth-Document documentation  | view source Contained in the Geo-GoogleEarth-Document distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

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

USAGE

Top

CONSTRUCTOR

Top

new

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

METHODS

Top

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

Top

SUPPORT

Top

Try geo-perl email list.

AUTHOR

Top

    Michael R. Davis (mrdvt92)
    CPAN ID: MRDVT

COPYRIGHT

Top

SEE ALSO

Top

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


Geo-GoogleEarth-Document documentation  | view source Contained in the Geo-GoogleEarth-Document distribution.