add marker options

This commit is contained in:
Swrup 2022-06-20 08:16:21 +02:00
parent 69024b75da
commit 6aca93ebe9
4 changed files with 68 additions and 6 deletions

View file

@ -2,6 +2,9 @@
type t
(** [to_jv o] is [o] as {!Jv.t} *)
val to_jv : t -> Jv.t
(* type for icon option used to create an icon*)
type opt =
| Icon_retina_url of string