BingRouteIsochroneOptions.TimeUnit Property
Gets or sets the measurement unit of time that is used to calculate an isochrone.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v25.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
Property Value
Type | Description |
---|---|
TimeMeasureUnit | The time measurement unit. The default measurement unit. The default value is Second. |
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