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

    Gets or sets the mode of transportation.

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v25.1.dll

    NuGet Package: DevExpress.Win.Map

    Declaration

    [DefaultValue(BingTravelMode.Driving)]
    public BingTravelMode Mode { get; set; }

    Property Value

    Type Default Description
    BingTravelMode Driving

    A value that specifies the mode of transportation.

    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