mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-08 16:05:50 +00:00
Image loading with cancellation
This commit is contained in:
parent
81eabef257
commit
69bba213f0
13 changed files with 103 additions and 88 deletions
|
|
@ -119,7 +119,7 @@ namespace MapControl
|
|||
TileMatrix = null;
|
||||
Children.Clear();
|
||||
|
||||
await LoadTilesAsync(null, null); // stop TileImageLoader
|
||||
CancelLoadTilesAsync();
|
||||
}
|
||||
else if (SetTileMatrix() || resetTiles)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue