Module

Leaflet.Marker

Package
purescript-leaflet-tdammers
Repository
tdammers/purescript-leaflet-tdammers

#Option Source

data Option

Options to be passed to a marker layer at construction time. See http://leafletjs.com/reference-1.0.3.html#marker for an explanation of each option.

Constructors

Instances

#zIndexOffset Source

#riseOffset Source

#layerOption Source

#attribution Source

#marker Source

marker :: forall e. LatLng -> Array Option -> Eff (leaflet :: LEAFLET | e) Marker

marker position options creates a new marker at the specified geographic coordinates.