BingRouteDataProvider.CalculateRoute(List<RouteWaypoint>, String, Object) Method
Calculates the most optimal route for the specified list of waypoints and the specified user state.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
public void CalculateRoute(
List<RouteWaypoint> waypoints,
string culture,
object userState
)
Parameters
Name | Type | Description |
---|---|---|
waypoints | List<RouteWaypoint> | A list of RouteWaypoint objects. |
culture | String | A String object specifying the name of the culture. |
userState | Object | A Object specifying a user state. |
Remarks
For more information about culture names, refer to the Supported Culture Codes topic.
See Also