
Geo::GoogleEarth::Document::Style - Geo::GoogleEarth::Document::Style

use Geo::GoogleEarth::Document; my $document=Geo::GoogleEarth::Document->new(); $document->Style();

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

my $style=$document->Style(id=>"Style_Internal_HREF",
iconHref=>"http://.../path/image.png");

my $style=$document->Style(id=>"Style_Internal_HREF",
iconHref=>"http://.../path/image.png");

Returns the object type.
my $type=$style->type;
Returns a hash reference for feeding directly into XML::Simple.
my $structure=$style->structure;


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.

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