Module Values.WiFiCellularSource

Configuration for WiFi and cellular location payloads.

Sourcetype nonrec t = {
  1. confidencePercent : ConfidencePercent.t option;
    (*

    Confidence level for WiFi and cellular position estimates, expressed as a percentage. Valid range: 50–99 inclusive. Defaults to 68 if not specified.

    *)
}
Sourceval make : ?confidencePercent:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of ConfidencePercent.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