Values.GetPositionEstimateRequestSourceGet estimated position information as a payload in GeoJSON format. The payload measurement data is resolved using solvers that are provided by third-party vendors.
type nonrec t = {wiFiAccessPoints : WiFiAccessPoints.t option;Retrieves an estimated device position by resolving WLAN measurement data. The position is resolved using HERE's Wi-Fi based solver.
*)cellTowers : CellTowers.t option;Retrieves an estimated device position by resolving measurement data from cellular radio towers. The position is resolved using HERE's cellular-based solver.
*)ip : Ip.t option;Retrieves an estimated device position by resolving the IP address information from the device. The position is resolved using MaxMind's IP-based solver.
*)gnss : Gnss.t option;Retrieves an estimated device position by resolving the global navigation satellite system (GNSS) scan data. The position is resolved using the GNSS solver powered by LoRa Cloud.
*)timestamp : CreationDate.t option;Optional information that specifies the time when the position information will be resolved. It uses the Unix timestamp format. If not specified, the time at which the request was received will be used.
*)advancedConfiguration : AdvancedConfiguration.t option;Optional configuration to customize position estimates. If not provided, defaults are applied.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `Integer of RSS.t | `String of MacAddress.t ])
list ]
list
| `Structure of
(string
* [> `Boolean of Use2DSolver.t
| `Float of GPST.t
| `List of
[> `Float of Coordinate.t
| `Structure of
(string
* [> `Boolean of NRCapable.t
| `Float of RSRQ.t
| `Integer of MCC.t
| `List of
[> `Structure of
(string
* [> `Float of RSRQ.t
| `Integer of BSIC.t
| `Structure of
(string * [> `Integer of LAC.t ]) list ])
list ]
list
| `Structure of (string * [> `Integer of BSIC.t ]) list ])
list ]
list
| `String of IPAddress.t
| `Structure of
(string * [> `Integer of ConfidencePercent.t ]) list ])
list
| `Timestamp of CreationDate.t ])
list ]