Geo::GoogleEarth::Document::NetworkLink - Geo::GoogleEarth::Document::NetworkLink
use Geo::GoogleEarth::Document; my $document=Geo::GoogleEarth::Document->new(); $document->NetworkLink(url=>"./anotherdocument.cgi");
Geo::GoogleEarth::Document::NetworkLink is a the Geo::GoogleEarth::Document::Base manpage with a few other methods.
my $networklink=$document->NetworkLink(name=>"My NetworkLink", url=>"./anotherdocument.cgi");
Returns the object type.
my $type=$networklink->type;
Returns a hash reference for feeding directly into the XML::Simple manpage.
my $structure=$networklink->structure;
Sets or returns the Uniform Resource Locator (URL) for the NetworkLink
my $url=$networklink->url; $networklink->url("./newdoc.cgi");
Try geo-perl email list.
Michael R. Davis (mrdvt92)
CPAN ID: MRDVT
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.
the Geo::GoogleEarth::Document manpage creates a GoogleEarth KML Document.