add cirecle marker
This commit is contained in:
parent
bbd19599cd
commit
0ee6adaad5
2 changed files with 13 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue