Skip to main content
All docs
V24.2

AzureRouteResult(AzureRouteSummary, List<AzureRouteLeg>, List<AzureRouteSection>, Dictionary<String, Object>) Constructor

Initializes a new instance of the AzureRouteResult class with specified settings.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v24.2.dll

Declaration

public AzureRouteResult(
    AzureRouteSummary summary,
    List<AzureRouteLeg> legs,
    List<AzureRouteSection> sections,
    Dictionary<string, object> properties
)

Parameters

Name Type
summary AzureRouteSummary
legs List<AzureRouteLeg>
sections List<AzureRouteSection>
properties Dictionary<String, Object>
See Also