Skip to main content

BingGeocodeDataProvider 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

The class that is used to send requests to the Bing Maps Geocode service.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

[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("BingGeocodeDataProvider", "", "")]
public class BingGeocodeDataProvider :
    BingMapDataProviderBase,
    IMouseClickRequestSender
See Also