AzureMapDataProvider Members
Loads map images from the Azure Maps data provider.Constructors
| Name | Description |
|---|---|
| AzureMapDataProvider() | Initializes a new instance of the AzureMapDataProvider class. |
Fields
| Name | Description |
|---|---|
| AzureKeyProperty static | Identifies the AzureKey dependency property. |
| CacheOptionsProperty static | Identifies the CacheOptions dependency property. Inherited from MapDataProviderBase. |
| CultureNameProperty static | Identifies the CultureName dependency property. |
| ImageSourceProperty static | Identifies the MapImageDataProviderBase.ImageSource dependency property. Inherited from MapImageDataProviderBase. |
| LocalizedMapViewProperty static | Identifies the LocalizedMapView dependency property. |
| RequestOptionsProperty static | Identifies the MapDataProviderBase.RequestOptions dependency property. Inherited from MapDataProviderBase. |
| TilesetProperty static | Identifies the Tileset dependency property. |
| TimeStampProperty static | Identifies the TimeStamp dependency property. |
Properties
| Name | Description |
|---|---|
| AzureKey | Specifies the key you receive when you create an Azure Maps account. |
| CacheOptions | Gets or sets the settings for the provider’s cache. Inherited from MapDataProviderBase. |
| CultureName | Gets or sets the Culture name used to obtain data from Azure GIS services. |
| ImageSource | Returns the image source used to specify the image used to display map data. Inherited from MapImageDataProviderBase. |
| LocalizedMapView | Specifies the map view for a certain country/region. |
| Projection | Gets a projection used by the Azure Maps data provider. |
| RequestOptions | Gets or sets the options of tile image request. Inherited from MapDataProviderBase. |
| TileCacheNamePrefix | |
| Tileset | Specifies the tileset that the provider loads from the service. |
| TileSource | Returns a tile source associated with the current data provider. Inherited from MapDataProviderBase. |
| TimeStamp | Specifies the map timestamp. |
Methods
| Name | Description |
|---|---|
| GetMapSizeInPixels(Double) | Returns the map size in pixels. Inherited from MapImageDataProviderBase. |
| Refresh() | Fetches data from the source collection. |
| SetTileSource(MapTileSourceBase) | Assigns a new tile source to the data provider. Inherited from MapDataProviderBase. |
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