The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

Geo::Leaflet::polyline - Leaflet polyline object

SYNOPSIS

my $map = Geo::Leaflet->new;
my $polyline = $map->polyline(
coordinates => [[$lat, $lon], ...]
options => {},
);

DESCRIPTION

This package constructs a Leaflet polyline object for use on a Geo::Leaflet map.

PROPERTIES

coordinates

options

METHODS

stringify

SEE ALSO

AUTHOR

Michael R. Davis

COPYRIGHT AND LICENSE

Copyright (C) 2024 by Michael R. Davis

MIT LICENSE