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::LinearRing - Geo::GoogleEarth::Pluggable LinearRing 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->LinearRing();

Description

       Geo::GoogleEarth::Pluggable::Contrib::LinearRing is a Geo::GoogleEarth::Pluggable::Placemark with a few
       other methods.

Methods

subnode

Name

       Geo::GoogleEarth::Pluggable::Contrib::LinearRing - Geo::GoogleEarth::Pluggable LinearRing Object

See Also

       Geo::GoogleEarth::Pluggable, XML::LibXML::LazyBuilder, Geo::GoogleEarth::Pluggable::Placemark

perl v5.32.1                                       2021-11-28             Geo::GoogleEart...rib::LinearRing(3pm)

Support

       Try geo-perl email list.

Synopsis

         use Geo::GoogleEarth::Pluggable;
         my $document=Geo::GoogleEarth::Pluggable->new();
         $document->LinearRing();

Usage

         my $placemark=$document->LinearRing(name=>"LinearRing Name",
                                          coordinates=>[[lat,lon,alt],
                                                        [lat,lon,alt],...]);

See Also