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