Skip to main content
A newer version of this page is available. .

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.v18.2.dll

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