RadControls for Silverlight

Contains values indicating how to use traffic information in the route calculation.

Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization (in Telerik.Windows.Controls.DataVisualization.dll) Version: 2013.1.403.1050

Syntax

C#
public enum TrafficUsage
Visual Basic
Public Enumeration TrafficUsage

Members

Member nameValueDescription
None0 Traffic information is not used in the route calculation.
TrafficBasedRouteAndTime1 Traffic information is used to change the route to minimize time.
TrafficBasedTime2 Traffic information is used to recalculate the total travel time. The route is not changed.

See Also