NAME

Geo::GoogleEarth::Document::NetworkLink - Geo::GoogleEarth::Document::NetworkLink

SYNOPSIS

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

DESCRIPTION

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

USAGE

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

type

Returns the object type.

my $type=$networklink->type;

structure

Returns a hash reference for feeding directly into XML::Simple.

my $structure=$networklink->structure;

url

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

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

BUGS

SUPPORT

Try geo-perl email list.

AUTHOR

Michael R. Davis (mrdvt92)
CPAN ID: MRDVT

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.

SEE ALSO

Geo::GoogleEarth::Document creates a GoogleEarth KML Document.