Values.RoadSnapTracePointSourceTracePoint indices for which the provided notice code corresponds to.
type nonrec t = {heading : Heading.t option;GPS Heading at the position.
*)position : Position.t;Position in World Geodetic System (WGS 84) format: [longitude, latitude].
*)speed : SpeedKilometersPerHour.t option;Speed at the specified trace point . Unit: kilometers per hour
*)timestamp : TimestampWithTimezoneOffset.t option;Timestamp of the event.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of Heading.t
| `List of [> `Double of Double.t ] list
| `String of TimestampWithTimezoneOffset.t ])
list ]