Values.WaypointOptimizationClusteringOptionsSourceOptions for WaypointOptimizationClustering.
type nonrec t = {algorithm : WaypointOptimizationClusteringAlgorithm.t;The algorithm to be used. DrivingDistance assigns all the waypoints that are within driving distance of each other into a single cluster. TopologySegment assigns all the waypoints that are within the same topology segment into a single cluster. A Topology segment is a linear stretch of road between two junctions.
*)drivingDistanceOptions : WaypointOptimizationDrivingDistanceOptions.t option;Driving distance options to be used when the clustering algorithm is DrivingDistance.
*)}val make :
?drivingDistanceOptions:??? ->
algorithm:WaypointOptimizationClusteringAlgorithm.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Long of
WaypointOptimizationDrivingDistanceOptionsDrivingDistanceLong.t ])
list ])
list ]