Enum RouteAttributes
Contains route attributes that modify the result returned by a route calculation request.
Namespace: Telerik.WinControls.UI.Map.Bing
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public enum RouteAttributes
All
Used to specify the following attributes as a group: ExcluteItinerary and RoutePath.
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.