EnumBingRestRouteOptimization
Enum
Contains values that represent route calculation methods.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
[Obsolete("This class is obsolete and will be deleted in Q2 2026.")]
public enum BingRestRouteOptimization
Fields
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.