Values.InferredStateSourceThe inferred state of the device, given the provided position, IP address, cellular signals, and Wi-Fi- access points.
type nonrec t = {position : Position.t option;The device position inferred by the provided position, IP address, cellular signals, and Wi-Fi- access points.
*)accuracy : PositionalAccuracy.t option;The level of certainty of the inferred position.
*)deviationDistance : Double.t option;The distance between the inferred position and the device's self-reported position.
*)proxyDetected : Boolean.t option;Indicates if a proxy was used.
*)}