The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

        None, ColorStyle is an abstract class.

DESCRIPTION

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

USAGE

        None, ColorStyle is an abstract class.

CONSTRUCTOR

new

        None, ColorStyle is an abstract class.

METHODS

type

Returns the object type.

  my $type=$ColorStyle->type;

structure

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>

id

color

Sets or returns color

colorMode

Sets or return colorMode

BUGS

SUPPORT

        Contact the author.

AUTHOR

        David Hillman
        CPAN: DAHILLMA

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.