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


NAME

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


SYNOPSIS

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


DESCRIPTION

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


USAGE

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


CONSTRUCTOR

new

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


METHODS

type

Returns the object type.

  my $type=$style->type;

structure

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

  my $structure=$style->structure;

id

iconHref


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

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