Values.RoadSnapSnappedTracePointSourceTracePoints snapped onto the road network.
type nonrec t = {confidence : RoadSnapSnappedTracePointConfidenceDouble.t option;Confidence value for the correctness of this point match.
*)originalPosition : Position.t option;Position of the TracePoint provided within the request, at the same index.
*)snappedPosition : Position.t option;Snapped position of the TracePoint provided within the request, at the same index.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of RoadSnapSnappedTracePointConfidenceDouble.t
| `List of [> `Double of Double.t ] list ])
list ]