NAME

Geo::Leaflet::circle - Generates Leaflet web page

SYNOPSIS

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

DESCRIPTION

The package is designed to be able to build a Leaflet map similar to what Geo::Google::StaticMaps::V2 used to be able to provide.

PROPERTIES

lat

lon

radius

properties

METHODS

stringify

SEE ALSO

AUTHOR

Michael R. Davis

COPYRIGHT AND LICENSE

Copyright (C) 2024 by Michael R. Davis

MIT LICENSE