WaypointOptimization
public enum WaypointOptimization
Used to decide how to optimize the order of waypoints.
-
Defines optimization of the waypoints order using a distance-based method (crow’s flight distance).
Note
cannot be used together withmaxAlternatives> 0Note
This value is not yet supported with the Orbis map.Declaration
Swift
case distanceBased -
No optimization for the order of waypoints.
Declaration
Swift
case none
TomTom SDK for iOS (TomTomSDKMapMatchingEngineHybrid 0.38.0-rc01 Docs)
WaypointOptimization