UWP ImageFileCache and Package References

This commit is contained in:
ClemensFischer 2024-08-14 17:27:14 +02:00
parent be48c45e91
commit 0d242e556c
21 changed files with 301 additions and 33 deletions

View file

@ -17,7 +17,6 @@ namespace MapControl
public static string DefaultCacheFolder =>
Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.CommonApplicationData), "MapControl", "TileCache");
private static async Task LoadTileAsync(Tile tile, Func<Task<ImageSource>> loadImageFunc)
{
var image = await loadImageFunc().ConfigureAwait(false);