leaflet/src/marker.ml

5 lines
108 B
OCaml
Raw Normal View History

2022-04-08 13:21:20 +02:00
include Layer
2022-04-07 14:45:11 +02:00
2022-04-08 13:21:20 +02:00
let create latlng =
of_jv_t @@ Jv.call Global.leaflet "marker" [| Latlng.to_jv_t latlng |]