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

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

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v26.1.dll

    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