Module
LeafletComponent
- Package
- purescript-halogen-leaflet
- Repository
- tdammers/purescript-halogen-leaflet
#Query Source
data Query a
Constructors
Initialize a
Finalize a
AddTileLayer String (Array TileLayerOption) a
GetView (Maybe (Tuple LatLng Zoom) -> a)
GetRef (LeafletRef -> a)
HandleMove (SubscribeStatus -> a)
HandleZoom (SubscribeStatus -> a)
HandleClick MouseEvent (SubscribeStatus -> a)
HandleDblClick MouseEvent (SubscribeStatus -> a)
HandleMouseMove MouseEvent (SubscribeStatus -> a)
#LeafletRef Source
type LeafletRef = String
#initialLeaflet Source
initialLeaflet :: forall t32173 t32172 t32171. t32171 -> { leaflet :: Maybe t32172, ref :: t32171, tileLayers :: Array t32173 }
- Modules
- LeafletComponent