wpf-devexpress-dot-xpf-dot-map-07dc3f79.md
This class is obsolete. Microsoft deprecated Bing Maps on June 30th, 2025. For alternative providers, see https://www.devexpress.com/bing-maps-wpf
Lists the values used to specify the travel mode to calculate the route.
Namespace : DevExpress.Xpf.Map
Assembly : DevExpress.Xpf.Map.v25.2.dll
NuGet Package : DevExpress.Wpf.Map
[Obsolete("This class is obsolete. Microsoft deprecated Bing Maps on June 30th, 2025. For alternative providers, see https://www.devexpress.com/bing-maps-wpf")]
[PreferableMember("BingTravelMode", "", "")]
public enum BingTravelMode
<Obsolete("This class is obsolete. Microsoft deprecated Bing Maps on June 30th, 2025. For alternative providers, see https://www.devexpress.com/bing-maps-wpf")>
<PreferableMember("BingTravelMode", "", "")>
Public Enum BingTravelMode
| 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.
|
The following properties accept/return BingTravelMode values:
The values listed by the BingTravelMode enumeration are used to set the BingRouteOptions.Mode property.
See Also