Update TileSource.cs

This commit is contained in:
ClemensFischer 2025-01-16 16:38:20 +01:00
parent b5f8f5353b
commit c4d7de641b

View file

@ -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)
{