Interface IMapTileProvider
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public interface IMapTileProvider
Properties
Declaration
IMapCacheProvider CacheProvider { get; set; }
Property Value
Declaration
bool EnableCaching { get; set; }
Property Value
Declaration
IMapTileDownloader TileDownloader { get; set; }
Property Value
Declaration
Property Value
Methods
Declaration
Image GetTileImage(int tileMatrixX, int tileMatrixY, int zoomLevel)
Parameters
|
System.Int32
tileMatrixX
|
|
System.Int32
tileMatrixY
|
|
System.Int32
zoomLevel
|
Returns
Extension Methods