Skip to main content
All docs
V25.1
  • AzureRouteResult.Sections Property

    Returns transportation, road type, or traffic information about a route part.

    Namespace: DevExpress.Xpf.Map

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

    NuGet Package: DevExpress.Wpf.Map

    Declaration

    public List<AzureRouteSection> Sections { get; }

    Property Value

    Type Description
    List<AzureRouteSection>

    A list of AzureRouteSection objects that contains transportation, road type, or traffic information about a route part.

    See Also