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:
[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.
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.
ExcludeItinerary = 1
Include a set of point (latitude and longitude) values that describe the route’s path in the response.
RoutePath = 2
Include only travel time and distance for the route, and do not provide other information. Only supported for 2 waypoint routes.
RouteSummariesOnly = 8
Include information about transit stops for transit routes.
TransitStops = 4