
Geo::GoogleEarth::Document::ColorStyle - Geo::GoogleEarth::Document::ColorStyle

None, ColorStyle is an abstract class.

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

None, ColorStyle is an abstract class.

None, ColorStyle is an abstract class.

Returns the object type.
my $type=$ColorStyle->type;
Returns a hash reference for feeding directly into XML::Simple.
my $structure = $ColorStyle->structure; <ColorStyle id="ID"> <color>ffffffff</color> <!-- kml:color --> <colorMode>normal</colorMode> <!-- kml:colorModeEnum: normal or random --> </ColorStyle>
Sets or returns color
Sets or return colorMode


Contact the author.

David Hillman
CPAN: DAHILLMA

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.