Back to Devexpress

BingRouteIsochroneOptions Class

wpf-devexpress-dot-xpf-dot-map-16044182.md

latest2.9 KB
Original Source

BingRouteIsochroneOptions Class

OBSOLETE

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

Declaration

csharp
[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
vb
<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:

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

Inheritance

Object DispatcherObject DependencyObject Freezable MapDependencyObject BingRouteIsochroneOptions

See Also

BingRouteIsochroneOptions Members

DevExpress.Xpf.Map Namespace