Values.RouteDestinationOptionsSourceOptions related to the destination.
type nonrec t = {avoidActionsForDistance : RouteDestinationOptionsAvoidActionsForDistanceLong.t
option;The distance in meters from the destination point within which certain routing actions (such as U-turns or left turns across traffic) are restricted. This helps generate more practical routes by avoiding potentially dangerous maneuvers near the endpoint.
*)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.
*)stopDuration : DurationSeconds.t option;Duration of the stop. Unit: seconds
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of SensitiveBoolean.t
| `Double of Heading.t
| `Long of RouteDestinationOptionsAvoidActionsForDistanceLong.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `Double of Double.t ] list
| `Long of DistanceMeters.t
| `String of RouteMatchingOptionsNameHintString.t ])
list ])
list ]