WaypointOptimizationClusteringOptions
Options for WaypointOptimizationClustering.
Types
Properties
Link copied to clipboard
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.
Link copied to clipboard
Driving distance options to be used when the clustering algorithm is DrivingDistance.
Functions
Link copied to clipboard
inline fun copy(block: WaypointOptimizationClusteringOptions.Builder.() -> Unit = {}): WaypointOptimizationClusteringOptions