Route Service
The Bing Maps Route Service is comprised of classes and enumerations that allow you to calculate route directions to and from multiple locations on a map.
In This Section
The Bing Maps Route Service contains the following classes and enumerations.
Web Service Class
| Class or Enumeration | Description |
|---|---|
|
Contains the methods used to make requests to the Route Service. |
Note The web service class name may be different depending on the tool you use to generate the client proxy classes.
Bing Maps Route Service Classes and Enumerations
| Class or Enumeration | Description |
|---|---|
|
Contains the properties that define one step of a route. |
|
|
Contains properties that provide extra information to help follow the route instruction. |
|
|
Contains route hint types used to determine what type of hint is described in the ItineraryItemHint.Text Property. |
|
|
Contains details about road conditions that may affect the route. |
|
|
Contains levels of impact that the warning has on the route. |
|
|
Contains types of warnings that occur along a route. |
|
|
Contains properties used to refine a CalculateRoutesFromMajorRoads service request. This class inherits from the RouteOptions Class. |
|
|
Contains the properties needed to make a CalculateRoutesFromMajorRoads service request. This class inherits from the RequestBase Class. |
|
|
Contains the results returned from a CalculateRoutesFromMajorRoads service request. This class inherits from the RequestBase Class. |
|
|
Contains values that represent route maneuvers. |
|
|
Represents a leg of a route. A route leg is a portion of a route between two waypoints. |
|
|
Contains values that represent route calculation methods. |
|
|
Contains properties used to refine a route service request. |
|
|
Represents the raw calculated route data. |
|
|
Contains route path types to return. A route path is the set of points that define the exact shape of the route. |
|
|
Contains the properties needed to make a CalculateRoute request. This class inherits from the RequestBase Class. |
|
|
Contains the result returned from CalculateRoute request. This class inherits from the RequestBase Class. |
|
|
Represents a calculated route. |
|
|
Contains route summary information, such as total distance and time. |
|
|
Contains values indicating how to use traffic information in the route calculation. |
|
|
Contains travel modes for a route. |
|
|
Represents a stop in route. |