forked from swrup/leaflet
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
337 B
23 lines
337 B
type t
|
|
|
|
val create : Latlng.t -> t
|
|
|
|
val add_to : Map.t -> t -> unit
|
|
|
|
val remove : t -> unit
|
|
|
|
val remove_from : Map.t -> t -> unit
|
|
|
|
val bind_popup : Brr.El.t -> t -> unit
|
|
|
|
val unbind_popup : t -> unit
|
|
|
|
val open_popup : t -> unit
|
|
|
|
val close_popup : t -> unit
|
|
|
|
val get_popup : t -> Popup.t
|
|
|
|
val of_jv_t : Jv.t -> t
|
|
|
|
val to_jv_t : t -> Jv.t
|
|
|