add cirecle marker

This commit is contained in:
Swrup 2024-01-30 18:45:24 +01:00
parent bbd19599cd
commit 0ee6adaad5
2 changed files with 13 additions and 0 deletions

View file

@ -102,3 +102,7 @@ val create_tile_osm : tile_layer_opt array -> [ `Tile ] t
(** [create_polyline l] create a polyline layer from [l] *)
val create_polyline : Latlng.t array -> [ `Vector ] t
(** [create_circle_marker c r] create a cirecle marker layer with center [c] and
radius [r] *)
val create_circle_marker : Latlng.t -> float -> [ `Vector ] t