Values.RouteMatrixMatchingOptionsSourceMatching options.
type nonrec t = {nameHint : SensitiveString.t option;Attempts to match the provided position to a road similar to the provided name.
*)onRoadThreshold : RouteMatrixMatchingOptionsOnRoadThresholdLong.t option;If the distance to a highway/bridge/tunnel/sliproad is within threshold, the waypoint will be snapped to the highway/bridge/tunnel/sliproad. Unit: meters
*)radius : DistanceMeters.t option;Considers all roads within the provided radius to match the provided destination to. The roads that are considered are determined by the provided Strategy. Unit: meters
*)strategy : MatchingStrategy.t option;Strategy that defines matching of the position onto the road network. MatchAny considers all roads possible, whereas MatchMostSignificantRoad matches to the most significant road.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Long of RouteMatrixMatchingOptionsOnRoadThresholdLong.t
| `String of SensitiveString.t ])
list ]