mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update TileSource.cs
This commit is contained in:
parent
b5f8f5353b
commit
c4d7de641b
|
|
@ -75,7 +75,7 @@ namespace MapControl
|
|||
|
||||
/// <summary>
|
||||
/// Loads a tile ImageSource asynchronously from GetUri(column, row, zoomLevel).
|
||||
/// This method is called by a TileImageLoader that does not perform caching.
|
||||
/// This method is called by TileImageLoader for TileSources without caching.
|
||||
/// </summary>
|
||||
public virtual Task<ImageSource> LoadImageAsync(int column, int row, int zoomLevel)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue