Enum RouteOptimization
Contains values that represent route calculation methods.
Namespace: Telerik.WinControls.UI.Map.Bing
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public enum RouteOptimization
Distance
The route is calculated to minimize the total distance. Traffic information is not used.
Time
The route is calculated to minimize the total time. Traffic information is not used.
TimeAvoidClosure
The route is calculated to minimize the time and avoid road closures. Traffic information is not used.
TimeWithTraffic
The route is calculated to minimize the time and uses current traffic information.