mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-07 23:45:05 +00:00
Async naming convention
This commit is contained in:
parent
2a4de62c45
commit
8948af0723
7 changed files with 37 additions and 37 deletions
|
|
@ -113,7 +113,7 @@ namespace MapControl
|
|||
return finalSize;
|
||||
}
|
||||
|
||||
protected override async Task UpdateTileLayer(bool tileSourceChanged)
|
||||
protected override async Task UpdateTileLayerAsync(bool tileSourceChanged)
|
||||
{
|
||||
var updateTiles = false;
|
||||
|
||||
|
|
@ -142,7 +142,7 @@ namespace MapControl
|
|||
{
|
||||
UpdateTiles();
|
||||
|
||||
await LoadTiles(Tiles, SourceName);
|
||||
await LoadTilesAsync(Tiles, SourceName);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue