BingTravelMode Enum
Lists the values used to specify the travel mode to calculate the route.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v22.1.dll
Declaration
Members
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. |
Related API Members
The following properties accept/return BingTravelMode values:
Remarks
The values listed by the BingTravelMode enumeration are used to set the BingRouteOptions.Mode property.
See Also