leaflet/src/tile_layer.mli

6 lines
88 B
OCaml
Raw Normal View History

2022-04-07 14:45:11 +02:00
type t
2022-04-07 17:58:01 +02:00
val create_osm : ?tile_url:string -> unit -> t
2022-04-07 14:45:11 +02:00
val add_to : t -> Map.t -> unit