The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Geo::GoogleEarth::Pluggable::Plugin::Styles - Pre-loaded Styles for Geo::GoogleEarth::Pluggable

SYNOPSIS

  use Geo::GoogleEarth::Pluggable;
  my $docuemnt=Geo::GoogleEarth::Pluggable->new;
  my $style=$document->IconStyleRedDot;

DESCRIPTION

USAGE

METHODS

IconStyleRed

IconStyleOrange

IconStyleYellow

IconStyleGreen

IconStyleBlue

IconStylePurple

IconStyleWhite

IconStyleGray

IconStyleBlack

IconStyleRedDot

IconStyleOrangeDot

IconStyleYellowDot

IconStyleGreenDot

IconStyleBlueDot

IconStylePurpleDot

IconStyleWhiteDot

IconStyleGrayDot

IconStyleBlackDot

IconStylePaddle

LineStyleRed

LineStyleOrange

LineStyleYellow

LineStyleGreen

LineStyleBlue

LineStylePurple

LineStyleWhite

LineStyleGray

LineStyleBlack

AreaStyleRed

PolyStyleRed

A PolyStyle is a AreaStyle plus a LineStyle

AreaStyleOrange

PolyStyleOrange

A PolyStyle is a AreaStyle plus a LineStyle

AreaStyleYellow

PolyStyleYellow

A PolyStyle is a AreaStyle plus a LineStyle

AreaStyleGreen

PolyStyleGreen

A PolyStyle is a AreaStyle plus a LineStyle

AreaStyleBlue

PolyStyleBlue

A PolyStyle is a AreaStyle plus a LineStyle

AreaStylePurple

PolyStylePurple

A PolyStyle is a AreaStyle plus a LineStyle

AreaStyleWhite

PolyStyleWhite

A PolyStyle is a AreaStyle plus a LineStyle

AreaStyleGray

PolyStyleGray

A PolyStyle is a AreaStyle plus a LineStyle

AreaStyleBlack

PolyStyleBlack

A PolyStyle is a AreaStyle plus a LineStyle

colors

All color methods return a hash reference {red=>$R, green=>$G, blue=>$B, alpha=>$A}

red

orange

yellow

green

blue

purple

white

gray

black

Icons

All icon methods return a fully qualified url.

dot

  my $url=$folder->dot;

paddle

  my $url=$folder->paddle;
  my $url=$folder->paddle("red-circle"); #default
  my $url=$folder->paddle("A");
  my $url=$folder->paddle("1");
  my $url=$folder->paddle("blu-blank");

shape

  my $url=$folder->shape;
  my $url=$folder->shape("placemark_circle"); #default

pin

  my $url=$folder->pin;
  my $url=$folder->pin("ylw"); #default
  my $url=$folder->pin("blue");
  my $url=$folder->pin("grn");
  my $url=$folder->pin("red");

BUGS

SUPPORT

Try geo-perl email list

AUTHOR

  Michael R. Davis
  CPAN ID: MRDVT
  STOP, LLC
  domain=>michaelrdavis,tld=>com,account=>perl
  http://www.stopllc.com/

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