Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This documentation is no longer available on MSDN. It is available as a CHM or PDF download. For the newest Geocoding, Imagery, Routing and Traffic services, see Bing Maps REST Services.
Contains the properties needed to make a CalculateRoute request. This class inherits from the RequestBase Class.
Syntax
public class RouteRequest : RequestBase
Public Class RouteRequest Inherits RequestBase
Constructor
Name |
Description |
|---|---|
Initializes a new instance of a RouteRequest object. |
Public Properties
Name |
Description |
|---|---|
A Credentials Class object that identifies the requestor. Required. (Inherited from the RequestBase Class.) |
|
A string specifying the culture in which to return results. Optional. The default value is "en-US". (Inherited from the RequestBase Class.) |
|
An ExecutionOptions Class object specifying calculation and return options of the request. Optional. (Inherited from the RequestBase Class.) |
|
A RouteOptions Class object used to refine the route request. Optional. |
|
A UserProfile Class object containing user information helpful in service calculations. Optional. (Inherited from the RequestBase Class.) |
|
A Waypoint Class array where each element represents a stop in the route. Required. |
See Also
RouteServiceClient.CalculateRoute Method
RouteServiceClient.CalculateRoutesFromMajorRoads Method