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::NetworkLink - Geo::GoogleEarth::Pluggable::NetworkLink

Author

         Michael R. Davis (mrdvt92)
         CPAN ID: MRDVT

Bugs

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

Description

       Geo::GoogleEarth::Pluggable::NetworkLink is a Geo::GoogleEarth::Pluggable::Base with a few other methods.

Name

       Geo::GoogleEarth::Pluggable::NetworkLink - Geo::GoogleEarth::Pluggable::NetworkLink

See Also

       Geo::GoogleEarth::Pluggable creates a GoogleEarth Document.

perl v5.32.1                                       2021-11-28             Geo::GoogleEart...le::NetworkLink(3pm)

Support

       DavisNetworks.com supports all Perl applications including this package.

Synopsis

         use Geo::GoogleEarth::Pluggable;
         my $document=Geo::GoogleEarth::Pluggable->new;
         $document->NetworkLink(url=>"./anotherdocument.cgi");

Usage

         my $networklink=$document->NetworkLink(name=>"My NetworkLink",
                                                url=>"./anotherdocument.cgi");

   type
       Returns the object type.

         my $type=$networklink->type;

   nodeurl
       Sets or returns the Uniform Resource Locator (URL) for the NetworkLink

         my $url=$networklink->url;
         $networklink->url("./newdoc.cgi");

See Also