Geo::GoogleEarth::Pluggable::Constructor - Geo::GoogleEarth::Pluggable Constructor package
Contents
Bugs
Please log on RT and send to the geo-perl email list.
Constructor
new
my $document = Geo::GoogleEarth::Pluggable->new(key1=>value1,
key2=>[value=>{opt1=>val1}],
key3=>{value=>{opt2=>val2}});
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
The is the constructor for all Geo::GoogleEarth::Pluggable packages.
Methods
document
Always returns the document object. Every object should know what document it is in.
Name
Geo::GoogleEarth::Pluggable::Constructor - Geo::GoogleEarth::Pluggable Constructor package
See Also
Geo::GoogleEarth::Pluggable creates a GoogleEarth Document.
perl v5.32.1 2021-11-28 Geo::GoogleEart...le::Constructor(3pm)
Support
DavisNetworks.com supports all Perl applications including this package.
Synopsis
use base qw{Geo::GoogleEarth::Pluggable::Constructor};
