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