AzureTileDownloader
Class
Initializes a new instance of the AzureTileDownloader class.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadMap.dll
Syntax:
C#
public class AzureTileDownloader : IMapTileDownloader
Inheritance: objectAzureTileDownloader
Implements:
Constructors
Initializes a new instance of the MapTileDownloader class.
C#
public AzureTileDownloader()
Fields
webClientsPool
Dictionary<string, HttpClient>
C#
protected Dictionary<string, HttpClient> webClientsPool
C#
protected object webClientsPoolLockObject
C#
protected Dictionary<string, Uri> webRequestCache
Properties
Gets a collection of WebHeaders that will be sent to the server with each tile download request.
C#
public WebHeaderCollection WebHeaders { get; }
Methods
Cancels an ongoing tile download for the specified tile.
C#
public void CancelTileDownload(TileInfo tileInfo)
The tile information to cancel the download for.
Implements:
Fires the event.
C#
protected virtual void OnTileDownloadComplete(TileInfoEventArgs e)
The TileInfoEventArgs instance containing the event data.
Events
Occurs when a tile download is complete.
C#
public event TileInfoEventHandler TileDownloadComplete
Implements: