BingRouteIsochroneDataProvider.IsochroneOptions Property
Returns the options 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 |
---|---|
BingRouteIsochroneOptions | Stores options that are applied when an isochrone is calculated. |
Remarks
You can specify the following options for distance-based isochrones (refer to CalculateIsochroneByDistance for more information):
You can specify the following options for time-based isochrones (refer to CalculateIsochroneByTime and CalculateIsochroneByTimeWithTraffic for more information):
See Also