Skip to main content

BingRouteOptions.Mode Property

Gets or sets a value that defines how a route should be calculated.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public BingTravelMode Mode { get; set; }

Property Value

Type Description
BingTravelMode

A BingTravelMode enumeration value.

Available values:

Name Description
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 Type Path to Mode
BingRouteDataProvider
.RouteOptions .Mode
See Also