The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

NAME

Geo::Leaflet::rectangle - Leaflet rectangle object

SYNOPSIS

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

METHODS

stringify

SEE ALSO

AUTHOR

Michael R. Davis

COPYRIGHT AND LICENSE

Copyright (C) 2024 by Michael R. Davis

MIT LICENSE