AzureRouteResult(AzureRouteSummary, List<AzureRouteLeg>, List<AzureRouteSection>, AzureRouteGuidance, Dictionary<String, Object>) Constructor
Initializes a new instance of the AzureRouteResult class with specified settings.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v25.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
public AzureRouteResult(
AzureRouteSummary summary,
List<AzureRouteLeg> legs,
List<AzureRouteSection> sections,
AzureRouteGuidance guidance,
Dictionary<string, object> properties
)
Parameters
| Name | Type |
|---|---|
| summary | AzureRouteSummary |
| legs | List<AzureRouteLeg> |
| sections | List<AzureRouteSection> |
| guidance | AzureRouteGuidance |
| properties | Dictionary<String, Object> |
See Also