forked from swrup/leaflet
12 lines
155 B
OCaml
12 lines
155 B
OCaml
type t
|
|
|
|
val set_latlng : Latlng.t -> unit
|
|
|
|
val set_content : string -> unit
|
|
|
|
val open_on : Map.t -> unit
|
|
|
|
val close : Map.t -> unit
|
|
|
|
val of_jv : Jv.t -> t
|