mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-05-07 13:37:47 +00:00
MapTileLayerBase.TileImageLoader property
This commit is contained in:
parent
ebdbc012f2
commit
b32755e29e
7 changed files with 13 additions and 33 deletions
|
|
@ -30,12 +30,6 @@ namespace MapControl
|
|||
}
|
||||
|
||||
public BingMapsTileLayer()
|
||||
: this(new TileImageLoader())
|
||||
{
|
||||
}
|
||||
|
||||
public BingMapsTileLayer(ITileImageLoader tileImageLoader)
|
||||
: base(tileImageLoader)
|
||||
{
|
||||
MinZoomLevel = 1;
|
||||
MaxZoomLevel = 21;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue