[]
Defines a raster-based layer to be drawn within a map
public sealed class MapTileLayer : MapLayer
Name | Description |
---|---|
MapTileLayer() | Initializes a new instance of the MapTileLayer class. |
Name | Description |
---|---|
MapTiles | Gets a set of cached tiles returned by the service for a specific zoom level. For other zoom levels the tiles will be requested from the service. |
Provider | Gets or sets the name of tile provider. 'Bing' by default. |
TileStyle | Gets or sets the tiles style That evaluates to one of MapTileLayer.MapTileStyle. The default value is Road. |
UseSecureConnection | Gets or sets value indicating whether secure connection should be used for tiles retrieveing. |