You can search for identifiers within the package.
in-package search v0.2.0
leaflet
Leaflet.Popup
type t
val set_latlng : Latlng.t -> unit
set_latlng latlng changes the popup position to the given point
set_latlng latlng
val set_content : string -> unit
set_content s changes the popup content to s
set_content s
s
val open_on : Map.t -> unit
open_on map * Adds the popup to map and closes the previous one.
open_on map
map
val close : Map.t -> unit
close map * closes the popup of map
close map
val of_jv : Jv.t -> t
of_jv jv is jv as t
of_jv jv
jv
t