Skip to main content

BingRouteDataProvider Methods

Obsolete. The class that is used to send requests to the Bing Maps Route service.
Name Description
CalculateRoute(List<RouteWaypoint>, Object) Calculates the most optimal route for the specified list of waypoints for the specified user state.
CalculateRoute(List<RouteWaypoint>, String, Object) Calculates the most optimal route for the specified list of waypoints for the specified user state.
CalculateRoute(List<RouteWaypoint>) Calculates the most optimal route for the specified list of waypoints.
CalculateRoutesFromMajorRoads(RouteWaypoint, Object) Returns driving routes to a location from major roads in four directions (West, North, East and South).
CalculateRoutesFromMajorRoads(RouteWaypoint, String, Object) Returns driving routes to a location from major roads in four directions (West, North, East and South).
CalculateRoutesFromMajorRoads(RouteWaypoint) Returns driving routes to a location from major roads in four directions (West, North, East and South).
Cancel() Inherited from WebInformationDataProvider<TEventArgs>.
See Also