MapDataProviderBase Members
The base class for all data providers.Fields
| Name | Description |
|---|---|
| CacheOptionsProperty static | Identifies the CacheOptions dependency property. |
| ImageSourceProperty static | Identifies the MapImageDataProviderBase.ImageSource dependency property. Inherited from MapImageDataProviderBase. |
| RequestOptionsProperty static | Identifies the MapDataProviderBase.RequestOptions dependency property. |
Properties
| Name | Description |
|---|---|
| CacheOptions | Gets or sets the settings for the provider’s cache. |
| ImageSource | Returns the image source used to specify the image used to display map data. Inherited from MapImageDataProviderBase. |
| Projection | Returns the projection used by a MapImageDataProviderBase class descendant. Inherited from MapImageDataProviderBase. |
| RequestOptions | Gets or sets the options of tile image request. |
| TileCacheNamePrefix | |
| TileSource | Returns a tile source associated with the current data provider. |
Methods
| Name | Description |
|---|---|
| GetMapSizeInPixels(Double) | Returns the map size in pixels. Inherited from MapImageDataProviderBase. |
| SetTileSource(MapTileSourceBase) | Assigns a new tile source to the data provider. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the MapDependencyObject class properties has changed its value. Inherited from MapDependencyObject. |
| WebRequest | Occurs when the Map control sends a request to a web service. Inherited from MapImageDataProviderBase. |
See Also