leaflet/src/popup.mli

12 lines
157 B
OCaml
Raw Normal View History

2022-04-08 13:21:20 +02:00
type t
2022-04-07 14:45:11 +02:00
val set_latlng : Latlng.t -> unit
val set_content : string -> unit
val open_on : Map.t -> unit
val close : Map.t -> unit
2022-04-08 13:21:20 +02:00
val of_jv_t : Jv.t -> t