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

    Gets or sets the measurement unit of time that is used to calculate an isochrone.

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v25.1.dll

    NuGet Package: DevExpress.Win.Map

    Declaration

    [DefaultValue(TimeMeasureUnit.Second)]
    public TimeMeasureUnit TimeUnit { get; set; }

    Property Value

    Type Default Description
    TimeMeasureUnit Second

    The time measurement unit.

    Available values:

    Name Description
    Second

    Time is measured in seconds.

    Minute

    Time is measured in minutes.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to TimeUnit
    BingRouteIsochroneDataProvider
    .IsochroneOptions .TimeUnit

    Remarks

    Specify the TimeUnit property to set the measurement unit for the distance that you pass to the CalculateIsochroneByTime and CalculateIsochroneByTimeWithTraffic method parameters.

    See Also