Values.WaypointOptimizationDestinationOptionsSourceDestination related options.
type nonrec t = {accessHours : WaypointOptimizationAccessHours.t option;Access hours corresponding to when a waypoint can be visited.
*)appointmentTime : TimestampWithTimezoneOffset.t option;Appointment time at the destination.
*)heading : Heading.t option;GPS Heading at the position.
*)id : WaypointId.t option;The waypoint Id.
*)serviceDuration : DurationSeconds.t option;Service time spent at the destination. At an appointment, the service time should be the appointment duration. Unit: seconds
*)sideOfStreet : WaypointOptimizationSideOfStreetOptions.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 DurationSeconds.t
| `String of TimestampWithTimezoneOffset.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `Double of Double.t ] list
| `Structure of
(string * [> `Enum of string | `String of TimeOfDay.t ]) list ])
list ])
list ]