Contains values that represent truck route calculation methods.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
[Obsolete("This class is obsolete and will be deleted in Q2 2026.")]
public enum BingRestTruckRouteOptimization
Fields
The route is calculated to minimize the time. Traffic information is not used.
C#
Time = 0
The route is calculated to minimize the time and uses current traffic information.
C#
TimeWithTraffic = 1