NAME

Geo::GoogleEarth::Document::Placemark - Geo::GoogleEarth::Document::Placemark

SYNOPSIS

use Geo::GoogleEarth::Document::Placemark;
my $obj = Geo::GoogleEarth::Document::Placemark->new();

DESCRIPTION

USAGE

CONSTRUCTOR

new

my $obj = Geo::GoogleEarth::Document::Placemark->new(
            name       => "White House",
            description=> "<html><p>White House</p></html>",
            address    => "1600 Pennsylvania Ave NW, Washington, DC 20006", #(opt)
            lat        => 38.89769,       #WGS-84
            lon        => -77.036549,     #WGS-84
            alt        => 30,             #meters above ellipsoid (opt)
            visibility => 0,              #(opt)
          );

METHODS

structure

description

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).