From c4d7de641b47bbff8106a4413615a690a602da3b Mon Sep 17 00:00:00 2001 From: ClemensFischer Date: Thu, 16 Jan 2025 16:38:20 +0100 Subject: [PATCH] Update TileSource.cs --- MapControl/Shared/TileSource.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MapControl/Shared/TileSource.cs b/MapControl/Shared/TileSource.cs index 92cdbce1..4291b014 100644 --- a/MapControl/Shared/TileSource.cs +++ b/MapControl/Shared/TileSource.cs @@ -75,7 +75,7 @@ namespace MapControl /// /// 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. /// public virtual Task LoadImageAsync(int column, int row, int zoomLevel) {