InformationDataProviderBase Members
The base class for all information data providers.Fields
| Name | Description |
|---|---|
| CultureNameProperty static | Identifies the InformationDataProviderBase.CultureName dependency property. |
| GenerateLayerItemsProperty static | Identifies the InformationDataProviderBase.GenerateLayerItems dependency property. |
| MaxVisibleResultCountProperty static | Identifies the InformationDataProviderBase.MaxVisibleResultCount dependency property. |
| ProcessMouseEventsProperty static | Identifies the InformationDataProviderBase.ProcessMouseEvents dependency property. |
Properties
| Name | Description |
|---|---|
| CultureName | Gets or sets the Culture name used to obtain data from the Bing GIS services. |
| GenerateLayerItems | Gets or sets a value indicating whether it is necessary to automatically generate items for this layer. |
| IsBusy | Returns a value indicating the InformationDataProviderBase is currently busy performing a previous request. |
| MaxVisibleResultCount | Specifies the number of requested results displayed. |
| ProcessMouseEvents | Gets or sets a value indicating whether it is necessary to process mouse events by this data provider. |
Methods
| Name | Description |
|---|---|
| Cancel() | Cancels the last request to the web service. |
Events
| Name | Description |
|---|---|
| LayerItemsGenerating | Occurs when a data provider starts generating map items for a layer. |
| PropertyChanged | Occurs every time any of the MapDependencyObject class properties has changed its value. Inherited from MapDependencyObject. |
See Also