Skip to main content
All docs
V25.1
  • AzureRouteSection(Int32, Int32, AzureResponseTravelMode, AzureRouteSectionType) Constructor

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

    Namespace: DevExpress.Xpf.Map

    Assembly: DevExpress.Xpf.Map.v25.1.dll

    NuGet Package: DevExpress.Wpf.Map

    Declaration

    public AzureRouteSection(
        int startPointIndex,
        int endPointIndex,
        AzureResponseTravelMode travelMode,
        AzureRouteSectionType sectionType
    )

    Parameters

    Name Type
    startPointIndex Int32
    endPointIndex Int32
    travelMode AzureResponseTravelMode
    sectionType AzureRouteSectionType
    See Also