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.
25 lines
447 B
25 lines
447 B
type t
|
|
|
|
val create : ?options:Jv.t -> string -> t
|
|
|
|
val invalidate_size : t -> unit
|
|
|
|
val set_view : Latlng.t -> zoom:int option -> t -> unit
|
|
|
|
val fit_world : t -> unit
|
|
|
|
val get_container : t -> Brr.El.t
|
|
|
|
val on : 'a Event.sub -> ('a Event.t -> 'b) -> t -> unit
|
|
|
|
val get_center : t -> Latlng.t
|
|
|
|
val get_zoom : t -> int
|
|
|
|
val wrapped_latlng : Latlng.t -> t -> Latlng.t
|
|
|
|
val as_target : t -> Brr.Ev.target
|
|
|
|
val of_jv : Jv.t -> t
|
|
|
|
val to_jv : t -> Jv.t
|
|
|