Class BingRestRouteRequest
Route request settings class for Bing Rest routing service.
Inherited Members
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class BingRestRouteRequest : RequestBase
Constructors
BingRestRouteRequest()
Initializes a new instance of the BingRestRouteRequest class.
Declaration
public BingRestRouteRequest()
Properties
Options
Gets or sets options used to refine the route request.
Declaration
public BingRestRouteOptions Options { get; set; }
Property Value
BingRestRouteOptions
|
Waypoints
Gets or sets list of strings where each represents a stop in the route. Required.
Declaration
public List<string> Waypoints { get; set; }
Property Value
System.Collections.Generic.List<System.String>
|