Module Values.RoadSnapSnappedTracePointSource

TracePoints snapped onto the road network.

Sourcetype nonrec t = {
  1. confidence : RoadSnapSnappedTracePointConfidenceDouble.t option;
    (*

    Confidence value for the correctness of this point match.

    *)
  2. originalPosition : Position.t option;
    (*

    Position of the TracePoint provided within the request, at the same index.

    *)
  3. snappedPosition : Position.t option;
    (*

    Snapped position of the TracePoint provided within the request, at the same index.

    *)
}
Sourceval make : ?confidence:??? -> ?originalPosition:??? -> ?snappedPosition:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Double of RoadSnapSnappedTracePointConfidenceDouble.t | `List of [> `Double of Double.t ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t