Skip to main content
All docs
V25.1
  • DevExpress v25.1 Update — Your Feedback Matters

    Our What's New in v25.1 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

    Take the survey Not interested

    AzureRouteSectionType Enum

    Lists section types reported in route responses.

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v25.1.dll

    NuGet Package: DevExpress.Win.Map

    #Declaration

    [Flags]
    public enum AzureRouteSectionType

    #Members

    Name Description
    None

    No sections are specified.

    CarTrain

    Sections of the route that are cars or trains.

    Carpool

    Sections of the route that require use of carpool (HOV/High Occupancy Vehicle) lanes.

    Country

    Sections indicating which countries/regions the route is in.

    Ferry

    Sections of the route that use ferries.

    Motorway

    Sections of the route that are motorways.

    Pedestrian

    Sections of the route that are only suited for pedestrians.

    TollRoad

    Sections of the route that require a toll to be paid.

    TollVignette

    Sections of the route that require a toll vignette to be present.

    Traffic

    Sections of the route that contain traffic information.

    TravelMode

    Sections in relation to the AzureRouteOptions.TravelMode property value.

    Tunnel

    Sections of the route that are tunnels.

    Urban

    Sections of the route that are located within urban areas.

    #Related API Members

    The following properties accept/return AzureRouteSectionType values:

    See Also