Back to Devexpress

BingRouteIsochroneOptions.TimeUnit Property

windowsforms-devexpress-dot-xtramap-dot-bingrouteisochroneoptions-c74b8460.md

latest2.1 KB
Original Source

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.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue(TimeMeasureUnit.Second)]
public TimeMeasureUnit TimeUnit { get; set; }
vb
<DefaultValue(TimeMeasureUnit.Second)>
Public Property TimeUnit As TimeMeasureUnit

Property Value

TypeDefaultDescription
TimeMeasureUnitSecond

The time measurement unit.

|

Available values:

NameDescription
Second

Time is measured in seconds.

| | Minute |

Time is measured in minutes.

|

Property Paths

You can access this nested property as listed below:

Object TypePath 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

BingRouteIsochroneOptions Class

BingRouteIsochroneOptions Members

DevExpress.XtraMap Namespace