Back to Devexpress

AzureRouteOptions.SectionTypes Property

wpf-devexpress-dot-xpf-dot-map-dot-azurerouteoptions-477e908b.md

latest2.2 KB
Original Source

AzureRouteOptions.SectionTypes Property

Specifies the section types that are reported in the route response.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public AzureRouteSectionType SectionTypes { get; set; }
vb
Public Property SectionTypes As AzureRouteSectionType

Property Value

TypeDescription
AzureRouteSectionType

The section types that are reported in the route response.

|

Available values:

Show 13 items

NameDescription
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.

|

Remarks

You can specify several AzureRouteSectionType values.

See Also

AzureRouteOptions Class

AzureRouteOptions Members

DevExpress.Xpf.Map Namespace