Values.MapMatchingConfigSourceThe input structure for Map Matching operation type.
type nonrec t = {idAttributeName : String_.t;The field name for the data that describes the identifier representing a collection of GPS points belonging to an individual trace.
*)timestampAttributeName : String_.t;The name of the timestamp attribute.
*)xAttributeName : String_.t;The name of the X-attribute
*)yAttributeName : String_.t;The name of the Y-attribute
*)}