EnumBingRestRouteAttributes
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
All
Used to specify the following attributes as a group: excludeItinerary, routePath, and transitStops.
Declaration
All = ExcludeItinerary | RoutePath | TransitStops
Field Value
ExcludeItinerary
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.
RoutePath
Include a set of point (latitude and longitude) values that describe the route’s path in the response.
RouteSummariesOnly
Include only travel time and distance for the route, and do not provide other information. Only supported for 2 waypoint routes.
TransitStops
Include information about transit stops for transit routes.