split modules and fix Ev
This commit is contained in:
parent
2154a10db4
commit
82d74ad985
18 changed files with 208 additions and 225 deletions
11
src/marker.mli
Normal file
11
src/marker.mli
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
type t
|
||||
|
||||
val create : Latlng.t -> t
|
||||
|
||||
val add_to : t -> Map.t -> unit
|
||||
|
||||
(** {2 Popup methods} *)
|
||||
|
||||
val bind_popup : Brr.El.t -> t -> t
|
||||
|
||||
val open_popup : t -> unit
|
||||
Loading…
Add table
Add a link
Reference in a new issue