Skip to main content
All docs
V25.1
  • AzureRouteResult(AzureRouteSummary, List<AzureRouteLeg>, List<AzureRouteSection>, AzureRouteGuidance, Dictionary<String, Object>) Constructor

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

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v25.1.dll

    NuGet Package: DevExpress.Win.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