Geo::GoogleEarth::Pluggable::Contrib::LineString - Geo::GoogleEarth::Pluggable LineString Object
Contents
Bugs
Please log on RT and send to the geo-perl email list.
Constructor
new
my $placemark=$document->LineString();
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.
Description
Geo::GoogleEarth::Pluggable::Contrib::LineString is a Geo::GoogleEarth::Pluggable::Placemark with a few
other methods.
Methods
subnode
Name
Geo::GoogleEarth::Pluggable::Contrib::LineString - Geo::GoogleEarth::Pluggable LineString Object
See Also
Geo::GoogleEarth::Pluggable, XML::LibXML::LazyBuilder, Geo::GoogleEarth::Pluggable::Placemark
perl v5.32.1 2021-11-28 Geo::GoogleEart...rib::LineString(3pm)
Support
Try geo-perl email list.
Synopsis
use Geo::GoogleEarth::Pluggable;
my $document=Geo::GoogleEarth::Pluggable->new();
$document->LineString();
Usage
my $placemark=$document->LineString(name=>"LineString Name",
coordinates=>[[lat,lon,alt],
[lat,lon,alt],...]);
