Skip to main content
All docs
V25.1
  • BingRouteIsochroneOptions.Mode Property

    Gets or sets the mode of transportation.

    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 value that specifies the mode of transportation. The default value is Driving.

    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
    BingRouteIsochroneDataProvider
    See Also