Back to Devexpress

WebInformationDataProvider<TEventArgs> Class

wpf-devexpress-dot-xpf-dot-map-dot-webinformationdataprovider-1.md

latest2.9 KB
Original Source

WebInformationDataProvider<TEventArgs> Class

The base class for providers that request data from web map services.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public abstract class WebInformationDataProvider<TEventArgs> :
    InformationDataProviderBase,
    ISupportWebRequest
    where TEventArgs : AsyncCompletedEventArgs
vb
Public MustInherit Class WebInformationDataProvider(Of TEventArgs As AsyncCompletedEventArgs)
    Inherits InformationDataProviderBase
    Implements ISupportWebRequest

Type Parameters

Name
TEventArgs

Implements

ISupportWebRequest

Inheritance

Show 22 items

Object DispatcherObject DependencyObject Freezable MapDependencyObject InformationDataProviderBase WebInformationDataProvider<TEventArgs> AzureMapDataProviderBase

BingMapDataProviderBase

OsmGeocodeDataProvider

OsmSearchDataProvider

BingElevationDataProvider

BingGeocodeDataProvider

AzureGeocodeDataProvider

AzureRouteDataProvider

AzureTrafficIncidentDataProvider

BingSearchDataProvider

BingTrafficIncidentDataProvider

BingRouteDataProvider

BingRouteIsochroneDataProvider

AzureSearchDataProvider

AzureRouteIsochroneDataProvider

See Also

WebInformationDataProvider<TEventArgs> Members

DevExpress.Xpf.Map Namespace