New to Telerik UI for WPFStart a free 30-day trial

Contains route attributes that modify the result returned by a route calculation request.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
[Flags]
[Obsolete("This class is obsolete and will be deleted in Q2 2026.")]
public enum BingRestRouteAttributes

Fields

Used to specify the following attributes as a group: excludeItinerary, routePath, and transitStops.

C#
All = ExcludeItinerary | RoutePath | TransitStops

Do not include detailed directions in the response. Detailed directions are provided as itinerary items and contain details such as written instructions and traffic location codes.

C#
ExcludeItinerary = 1

Include a set of point (latitude and longitude) values that describe the route’s path in the response.

C#
RoutePath = 2

Include only travel time and distance for the route, and do not provide other information. Only supported for 2 waypoint routes.

C#
RouteSummariesOnly = 8

Include information about transit stops for transit routes.

C#
TransitStops = 4