logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Geo::GoogleEarth::Pluggable::Contrib::LineString - Geo::GoogleEarth::Pluggable LineString Object

Author

         Michael R. Davis (mrdvt92)
         CPAN ID: MRDVT

Bugs

       Please log on RT and send to the geo-perl email list.

Constructor

new
         my $placemark=$document->LineString();

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],...]);

See Also