Values.DevicePositionSourceContains the device position details.
type nonrec t = {deviceId : Id.t option;The device whose position you retrieved.
*)sampleTime : Timestamp.t option;The timestamp at which the device's position was determined. Uses ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.
*)receivedTime : Timestamp.t option;The timestamp for when the tracker resource received the device position in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.
*)position : Position.t option;The last known device position.
*)accuracy : PositionalAccuracy.t option;The accuracy of the device position.
*)positionProperties : PositionPropertyMap.t option;The properties associated with the position.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `Double of Double.t ] list
| `Map of
([> `String of PositionPropertyMapKeyString.t ]
* [> `String of PositionPropertyMapValueString.t ])
list
| `String of Id.t
| `Structure of
(string * [> `Double of PositionalAccuracyHorizontalDouble.t ])
list
| `Timestamp of Timestamp.t ])
list ]