NAME
Geo::Leaflet::rectangle - Leaflet rectangle object
SYNOPSIS
use
Geo::Leaflet;
my
$map
= Geo::Leaflet->new;
my
$rectangle
=
$map
->rectangle(
llat
=>
$llat
,
llon
=>
$llon
,
ulat
=>
$ulat
,
ulon
=>
$ulon
,
options
=> {},
);
DESCRIPTION
This package constructs a Leaflet rectangle object for use on a Geo::Leaflet map.
PROPERTIES
llat
llon
ulat
ulon
options
popup
METHODS
stringify
SEE ALSO
AUTHOR
Michael R. Davis
COPYRIGHT AND LICENSE
Copyright (C) 2024 by Michael R. Davis
MIT LICENSE