package leaflet
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module Leaflet.MarkerSource
Source
type opt = | Icon of Icon.t| Keyboard of bool| Title of string| Alt of string| Z_index_offset of int| Opacity of float| Rise_on_hover of bool| Rise_offset of int| Pane of string| Shadow_pane of string| Bubbling_mouse_events of bool| Auto_pan_on_focus of bool
type for marker option, used to create marker
create latlng options is a new marker with the same position as latlng and with options set to options