Back to Devexpress

BingRouteIsochroneDataProvider.IsochroneOptions Property

wpf-devexpress-dot-xpf-dot-map-dot-bingrouteisochronedataprovider-60d5da7d.md

latest2.0 KB
Original Source

BingRouteIsochroneDataProvider.IsochroneOptions Property

Returns the options used to calculate an isochrone.

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public BingRouteIsochroneOptions IsochroneOptions { get; set; }
vb
Public Property IsochroneOptions As BingRouteIsochroneOptions

Property Value

TypeDescription
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

BingRouteIsochroneDataProvider Class

BingRouteIsochroneDataProvider Members

DevExpress.Xpf.Map Namespace