wpf-devexpress-dot-xpf-dot-map-16044182.md
This class is obsolete. Microsoft deprecated Bing Maps on June 30th, 2025. For alternative providers, see https://www.devexpress.com/bing-maps-wpf
Stores the options that are used to calculate an isochrone.
Namespace : DevExpress.Xpf.Map
Assembly : DevExpress.Xpf.Map.v25.2.dll
NuGet Package : DevExpress.Wpf.Map
[Obsolete("This class is obsolete. Microsoft deprecated Bing Maps on June 30th, 2025. For alternative providers, see https://www.devexpress.com/bing-maps-wpf")]
[PreferableMember("BingRouteIsochroneOptions", "", "")]
public class BingRouteIsochroneOptions :
MapDependencyObject
<Obsolete("This class is obsolete. Microsoft deprecated Bing Maps on June 30th, 2025. For alternative providers, see https://www.devexpress.com/bing-maps-wpf")>
<PreferableMember("BingRouteIsochroneOptions", "", "")>
Public Class BingRouteIsochroneOptions
Inherits MapDependencyObject
The following members return BingRouteIsochroneOptions objects:
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):
Object DispatcherObject DependencyObject Freezable MapDependencyObject BingRouteIsochroneOptions
See Also