InterfaceIMapTileProvider
Interface
Defines the contract for map providers that supply tile-based imagery for map rendering.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadMap.dll
Syntax:
cs-api-definition
public interface IMapTileProvider
Properties
CacheProvider
Gets or sets the cache provider responsible for storing and retrieving map tiles.
Declaration
cs-api-definition
IMapCacheProvider CacheProvider { get; set; }
Property Value
EnableCaching
Gets or sets a value indicating whether downloaded tiles should be cached locally using the CacheProvider.
Settings
Gets the configuration settings that control how map tiles are rendered.
Declaration
cs-api-definition
MapTileProviderSettings Settings { get; }
Property Value
TileDownloader
Gets or sets the tile downloader responsible for retrieving tiles from remote sources.
Declaration
cs-api-definition
IMapTileDownloader TileDownloader { get; set; }
Property Value
Methods
GetTileImage(int, int, int)
Retrieves a tile image for the specified tile coordinates and zoom level.