wpf-devexpress-dot-xpf-dot-map-dot-webinformationdataprovider-1.md
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
public abstract class WebInformationDataProvider<TEventArgs> :
InformationDataProviderBase,
ISupportWebRequest
where TEventArgs : AsyncCompletedEventArgs
Public MustInherit Class WebInformationDataProvider(Of TEventArgs As AsyncCompletedEventArgs)
Inherits InformationDataProviderBase
Implements ISupportWebRequest
| Name |
|---|
| TEventArgs |
Show 22 items
Object DispatcherObject DependencyObject Freezable MapDependencyObject InformationDataProviderBase WebInformationDataProvider<TEventArgs> AzureMapDataProviderBase
AzureTrafficIncidentDataProvider
BingTrafficIncidentDataProvider
BingRouteIsochroneDataProvider
AzureRouteIsochroneDataProvider
See Also