Module Values_0.GeospatialCircleSymbolStyleSource

The properties for a circle symbol style.

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

    The color and opacity values for the fill color.

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

    The color and opacity values for the stroke color.

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

    The width of the stroke (border).

    *)
  4. circleRadius : GeospatialCircleRadius.t option;
    (*

    The radius of the circle.

    *)
}
Sourceval make : ?fillColor:??? -> ?strokeColor:??? -> ?strokeWidth:??? -> ?circleRadius:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Double of GeospatialWidth.t | `Structure of (string * [> `Double of Opacity.t | `Enum of string | `List of [> `Structure of (string * [> `Double of Double.t | `String of HexColorWithTransparency.t ]) list ] list | `String of HexColorWithTransparency.t | `Structure of (string * [> `Structure of (string * [> `Double of GeospatialWidth.t | `String of HexColorWithTransparency.t ]) list ]) list ]) list ]) list ]) 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