mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update TileImageLoader.UWP.cs
This commit is contained in:
parent
6fed9d7bb2
commit
dbb9b84067
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
using System;
|
||||
using System.Threading.Tasks;
|
||||
using Windows.Storage;
|
||||
using Windows.UI.Core;
|
||||
using Windows.UI.Xaml.Media;
|
||||
|
||||
|
|
@ -14,7 +15,7 @@ namespace MapControl
|
|||
/// <summary>
|
||||
/// Default folder where the Cache instance may save data.
|
||||
/// </summary>
|
||||
public static string DefaultCacheFolder => Windows.Storage.ApplicationData.Current.TemporaryFolder.Path;
|
||||
public static string DefaultCacheFolder => ApplicationData.Current.TemporaryFolder.Path;
|
||||
|
||||
|
||||
private static async Task LoadTileAsync(Tile tile, Func<Task<ImageSource>> loadImageFunc)
|
||||
|
|
|
|||
Loading…
Reference in a new issue