mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 14:08:32 +00:00
Private async method names
This commit is contained in:
parent
4335457c54
commit
caf47209a3
10 changed files with 23 additions and 23 deletions
|
|
@ -9,7 +9,7 @@ namespace MapControl
|
|||
{
|
||||
public static partial class GeoImage
|
||||
{
|
||||
private static Task<GeoBitmap> LoadGeoTiffAsync(string sourcePath)
|
||||
private static Task<GeoBitmap> LoadGeoTiff(string sourcePath)
|
||||
{
|
||||
throw new InvalidOperationException("GeoTIFF is not supported.");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ namespace MapControl
|
|||
{
|
||||
public partial class TileImageLoader
|
||||
{
|
||||
private static async Task LoadTileAsync(Tile tile, Func<Task<IImage>> loadImageFunc)
|
||||
private static async Task LoadTileImage(Tile tile, Func<Task<IImage>> loadImageFunc)
|
||||
{
|
||||
var image = await loadImageFunc().ConfigureAwait(false);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue