Enum BingRestRouteOptimization
Contains values that represent route calculation methods.
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public enum BingRestRouteOptimization
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.