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


Geo-GoogleEarth-Pluggable-Plugin-Styles documentation  | view source Contained in the Geo-GoogleEarth-Pluggable-Plugin-Styles distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

USAGE

Top

METHODS

Top

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

Top

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

Top

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

Top

SUPPORT

Top

Try geo-perl email list

AUTHOR

Top

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

COPYRIGHT

Top

SEE ALSO

Top


Geo-GoogleEarth-Pluggable-Plugin-Styles documentation  | view source Contained in the Geo-GoogleEarth-Pluggable-Plugin-Styles distribution.