Enum BingRestRouteAttributes
Contains route attributes that modify the result returned by a route calculation request.
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
[Flags]
public enum BingRestRouteAttributes
All
Used to specify the following attributes as a group: excludeItinerary, routePath, and transitStops.
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.