Back to Devexpress

BingRouteIsochroneOptions.Mode Property

windowsforms-devexpress-dot-xtramap-dot-bingrouteisochroneoptions.md

latest1.7 KB
Original Source

BingRouteIsochroneOptions.Mode Property

Gets or sets the mode of transportation.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue(BingTravelMode.Driving)]
public BingTravelMode Mode { get; set; }
vb
<DefaultValue(BingTravelMode.Driving)>
Public Property Mode As BingTravelMode

Property Value

TypeDefaultDescription
BingTravelModeDriving

A value that specifies the mode of transportation.

|

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.XtraMap Namespace