mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
Minor cleanup in TileImageLoader
This commit is contained in:
parent
fa5368e77a
commit
ee4f049334
5 changed files with 15 additions and 13 deletions
|
|
@ -19,7 +19,7 @@ namespace MapControl
|
|||
{
|
||||
public interface ITileImageLoader
|
||||
{
|
||||
void LoadTilesAsync(IEnumerable<Tile> tiles, TileSource tileSource, string sourceName);
|
||||
void LoadTiles(IEnumerable<Tile> tiles, TileSource tileSource, string sourceName);
|
||||
}
|
||||
|
||||
public abstract class MapTileLayerBase : Panel, IMapLayer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue