NAME

Geo::Leaflet::marker - Generates Leaflet web page

SYNOPSIS

use Geo::Leaflet;
my $map    = Geo::Leaflet->new;
my $marker = $map->marker(
                          lat => $lat,
                          lon => $lon,
                         );

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

properties

METHODS

stringify

SEE ALSO

AUTHOR

Michael R. Davis

COPYRIGHT AND LICENSE

Copyright (C) 2024 by Michael R. Davis

MIT LICENSE