BingRouteDataProvider.CalculateRoute Method
Name | Parameters | Description |
---|---|---|
CalculateRoute(List<RouteWaypoint>, Object) | waypoints, userState | Calculates the most optimal route for the specified list of waypoints for the specified user state. |
CalculateRoute(List<RouteWaypoint>, String, Object) | waypoints, culture, userState | Calculates the most optimal route for the specified list of waypoints and the specified user state. |
CalculateRoute(List<RouteWaypoint>) | waypoints | Calculates the most optimal route for the specified list of waypoints. |