mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 14:08:32 +00:00
Version 4.12.2 Added TileQueue.
This commit is contained in:
parent
c6e2766d60
commit
9bfb663120
3 changed files with 5 additions and 5 deletions
|
|
@ -26,7 +26,7 @@ namespace MapControl
|
|||
/// </summary>
|
||||
public static Caching.IImageCache Cache { get; set; }
|
||||
|
||||
private async Task LoadTileImageAsync(Tile tile, Uri uri, string cacheKey)
|
||||
private async Task LoadCachedTileImageAsync(Tile tile, Uri uri, string cacheKey)
|
||||
{
|
||||
var cacheItem = await Cache.GetAsync(cacheKey);
|
||||
var cacheBuffer = cacheItem?.Buffer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue