ImageTileDataProvider Members
Provides the map with image tiles.Constructors
| Name | Description |
|---|---|
| ImageTileDataProvider() | Initializes a new instance of the ImageTileDataProvider class with default settings. |
Fields
| Name | Description |
|---|---|
| ImageSourceProperty static | Identifies the MapImageDataProviderBase.ImageSource dependency property. Inherited from MapImageDataProviderBase. |
| TileSourceProperty static | Identifies the TileSource dependency property. |
Properties
| Name | Description |
|---|---|
| ImageSource | Returns the image source used to specify the image used to display map data. Inherited from MapImageDataProviderBase. |
| Projection | Returns the projection the image tile data provider uses. |
| TileSource | Gets or sets a tile source for the image tile provider. |
Methods
| Name | Description |
|---|---|
| GetMapSizeInPixels(Double) | Returns the map size in pixels. Inherited from MapImageDataProviderBase. |
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