Values.RouteMatrixDestinationOptionsSourceOptions related to the destination.
type nonrec t = {avoidActionsForDistance : RouteMatrixDestinationOptionsAvoidActionsForDistanceLong.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.
*)heading : Heading.t option;GPS Heading at the position.
*)matching : RouteMatrixMatchingOptions.t option;Options to configure matching the provided position to the road network.
*)sideOfStreet : RouteMatrixSideOfStreetOptions.t option;Options to configure matching the provided position to a side of the street.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of Heading.t
| `Long of RouteMatrixDestinationOptionsAvoidActionsForDistanceLong.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `Double of Double.t ] list
| `Long of RouteMatrixMatchingOptionsOnRoadThresholdLong.t
| `String of SensitiveString.t ])
list ])
list ]