NAME

Geo::Leaflet::circle - Leaflet circle object

SYNOPSIS

use Geo::Leaflet;
my $map    = Geo::Leaflet->new;
my $circle = $map->circle(
                          lat     => $lat,
                          lon     => $lon,
                          radius  => $radius,
                          options => {},
                         );

DESCRIPTION

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

PROPERTIES

lat

lon

radius

options

METHODS

stringify

SEE ALSO

AUTHOR

Michael R. Davis

COPYRIGHT AND LICENSE

Copyright (C) 2024 by Michael R. Davis

MIT LICENSE