NAME
Geo::Leaflet::polyline - Leaflet polyline object
SYNOPSIS
use
Geo::Leaflet;
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
popup
METHODS
stringify
SEE ALSO
AUTHOR
Michael R. Davis
COPYRIGHT AND LICENSE
Copyright (C) 2024 by Michael R. Davis
MIT LICENSE