| Geo-GoogleEarth-Pluggable-Plugin-Styles documentation | view source | Contained in the Geo-GoogleEarth-Pluggable-Plugin-Styles distribution. |
Geo::GoogleEarth::Pluggable::Plugin::Styles - Pre-loaded Styles for Geo::GoogleEarth::Pluggable
use Geo::GoogleEarth::Pluggable; my $docuemnt=Geo::GoogleEarth::Pluggable->new; my $style=$document->IconStyleRedDot;
A PolyStyle is a AreaStyle plus a LineStyle
A PolyStyle is a AreaStyle plus a LineStyle
A PolyStyle is a AreaStyle plus a LineStyle
A PolyStyle is a AreaStyle plus a LineStyle
A PolyStyle is a AreaStyle plus a LineStyle
A PolyStyle is a AreaStyle plus a LineStyle
A PolyStyle is a AreaStyle plus a LineStyle
A PolyStyle is a AreaStyle plus a LineStyle
A PolyStyle is a AreaStyle plus a LineStyle
All color methods return a hash reference {red=>$R, green=>$G, blue=>$B, alpha=>$A}
All icon methods return a fully qualified url.
my $url=$folder->dot;
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");
my $url=$folder->shape;
my $url=$folder->shape("placemark_circle"); #default
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");
Try geo-perl email list
Michael R. Davis CPAN ID: MRDVT STOP, LLC domain=>michaelrdavis,tld=>com,account=>perl http://www.stopllc.com/
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-Pluggable-Plugin-Styles documentation | view source | Contained in the Geo-GoogleEarth-Pluggable-Plugin-Styles distribution. |