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::Plugin::Others - Geo::GoogleEarth::Pluggable Others Plugin Methods

Author

         Michael R. Davis (mrdvt92)
         CPAN ID: MRDVT

Bugs

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

Methods

       Methods in this package are AUTOLOADed into the  Geo::GoogleEarth::Pluggable::Folder namespace at
       runtime.

   MultiPoint
         my @point=$document->MultiPoint(
                                name=>"Point",              #SCALAR sprintf("%s (%s)", $name, $index)
                                coordinates=>[{}, {}, ...], #CODE ($index, $point)
                          #TODO#name=>["pt1", "pt2", ...],  #ARRAY
                          #TODO#name=>sub{sprintf("Point %s is a %s", shift, ref(shift))},
                                     );

       Note: Currently coordinates must be {lat=>$lat, lon=>$lon, alt=>$alt}

       TODO: Coordinates can be any format supported by Placemark->coordinates

Name

       Geo::GoogleEarth::Pluggable::Plugin::Others - Geo::GoogleEarth::Pluggable Others Plugin Methods

See Also

       Geo::GoogleEarth::Pluggable

perl v5.32.1                                       2021-11-28              Geo::GoogleEar...:Plugin::Others(3pm)

Support

       DavisNetworks.com supports all Perl applications including this package.

Synopsis

         use Geo::GoogleEarth::Pluggable;
         my $document=Geo::GoogleEarth::Pluggable->new;
         my @point=$document->MultiPoint(%data); #()
         my $point=$document->MultiPoint(%data); #[]

Todo

See Also