Values.AccuracySourceThe accuracy of the estimated position in meters. An empty value indicates that no position data is available. A value of ‘0.0’ value indicates that position data is available. This data corresponds to the position information that you specified instead of the position computed by solver.
type nonrec t = {horizontalAccuracy : HorizontalAccuracy.t option;The horizontal accuracy of the estimated position, which is the difference between the estimated location and the actual device location.
*)verticalAccuracy : VerticalAccuracy.t option;The vertical accuracy of the estimated position, which is the difference between the estimated altitude and actual device latitude in meters.
*)}