Values.RouteOriginOptionsSourceOrigin related options.
type nonrec t = {avoidActionsForDistance : RouteOriginOptionsAvoidActionsForDistanceLong.t
option;Avoids actions for the provided distance. This is typically to consider for users in moving vehicles who may not have sufficient time to make an action at an origin or a destination.
*)avoidUTurns : SensitiveBoolean.t option;Avoid U-turns for calculation on highways and motorways.
*)heading : Heading.t option;GPS Heading at the position.
*)matching : RouteMatchingOptions.t option;Options to configure matching the provided position to the road network.
*)sideOfStreet : RouteSideOfStreetOptions.t option;Options to configure matching the provided position to a side of the street.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of SensitiveBoolean.t
| `Double of Heading.t
| `Long of RouteOriginOptionsAvoidActionsForDistanceLong.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `Double of Double.t ] list
| `Long of DistanceMeters.t
| `String of RouteMatchingOptionsNameHintString.t ])
list ])
list ]