Back to Devexpress

BingRouteIsochroneOptions.Mode Property

wpf-devexpress-dot-xpf-dot-map-dot-bingrouteisochroneoptions.md

latest1.6 KB
Original Source

BingRouteIsochroneOptions.Mode Property

Gets or sets the mode of transportation.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public BingTravelMode Mode { get; set; }
vb
Public Property Mode As BingTravelMode

Property Value

TypeDescription
BingTravelMode

A value that specifies the mode of transportation. The default value is Driving.

|

Available values:

NameDescription
Driving

A route is calculated for a car or another vehicle that is moving at a similar speed.

| | Walking |

A route is calculated for a pedestrian or a vehicle that is moving at a similar speed.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Mode
BingRouteIsochroneDataProvider

.IsochroneOptions .Mode

|

See Also

BingRouteIsochroneOptions Class

BingRouteIsochroneOptions Members

DevExpress.Xpf.Map Namespace