RouteCalculationResult(RequestResultCode, String, List<BingRouteResult>, List<RouteWaypoint>) Constructor
Initializes a new instance of the RouteCalculationResult class with the specified parameters.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.2.dll
NuGet Package: DevExpress.Wpf.Map
#Declaration
public RouteCalculationResult(
RequestResultCode statusCode,
string faultReason,
List<BingRouteResult> routeResults,
List<RouteWaypoint> intermediatePoints
)
#Parameters
Name | Type | Description |
---|---|---|
status |
Request |
A Request |
fault |
String | A String specifying the cause of the fault. This value is assigned to the Request |
route |
List<Bing |
A list of Bing |
intermediate |
List<Route |
A list of Route |