Module Values_0.GeospatialNullSymbolStyleSource

The symbol style for null data.

Sourcetype nonrec t = {
  1. fillColor : HexColorWithTransparency.t option;
    (*

    The color and opacity values for the fill color.

    *)
  2. strokeColor : HexColorWithTransparency.t option;
    (*

    The color and opacity values for the stroke color.

    *)
  3. strokeWidth : GeospatialWidth.t option;
    (*

    The width of the border stroke.

    *)
}
Sourceval make : ?fillColor:??? -> ?strokeColor:??? -> ?strokeWidth:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Double of GeospatialWidth.t | `String of HexColorWithTransparency.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t