Back to Devexpress

BingMapDataProviderBase Class

windowsforms-devexpress-dot-xtramap-0a51c4a7.md

latest2.3 KB
Original Source

BingMapDataProviderBase Class

OBSOLETE

This class is obsolete. Microsoft deprecated Bing Maps on June 30th, 2025. For alternative providers, see https://www.devexpress.com/bing-maps-winforms

The base class for all bing data providers.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.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-winforms")]
[PreferableMember("BingMapDataProviderBase", "", "")]
public abstract class BingMapDataProviderBase :
    WebInformationDataProvider
vb
<Obsolete("This class is obsolete. Microsoft deprecated Bing Maps on June 30th, 2025. For alternative providers, see https://www.devexpress.com/bing-maps-winforms")>
<PreferableMember("BingMapDataProviderBase", "", "")>
Public MustInherit Class BingMapDataProviderBase
    Inherits WebInformationDataProvider

Implements

ISupportWebRequest

Inheritance

Object InformationDataProviderBase WebInformationDataProvider BingMapDataProviderBase BingElevationDataProvider

BingGeocodeDataProvider

BingRouteDataProvider

BingRouteIsochroneDataProvider

BingSearchDataProvider

BingTrafficIncidentDataProvider

See Also

BingMapDataProviderBase Members

DevExpress.XtraMap Namespace