Geo::GoogleEarth::Pluggable::NetworkLink - Geo::GoogleEarth::Pluggable::NetworkLink
Contents
Bugs
Please log on RT and send to the geo-perl email list.
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::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");
