AzureMapDataProvider Properties
Loads map images from the Azure Maps data provider.| 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. |
See Also