mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-08 16:05:50 +00:00
ITile, ITileSource interfaces
This commit is contained in:
parent
cb4dff8bcb
commit
20e4fcce75
19 changed files with 107 additions and 63 deletions
|
|
@ -22,7 +22,7 @@ namespace MapControl
|
|||
/// <summary>
|
||||
/// Displays a standard Web Mercator map tile pyramid, e.g. a OpenStreetMap tiles.
|
||||
/// </summary>
|
||||
public partial class MapTileLayer : MapTilePyramidLayer
|
||||
public partial class MapTileLayer : TilePyramidLayer
|
||||
{
|
||||
public static readonly DependencyProperty MinZoomLevelProperty =
|
||||
DependencyPropertyHelper.Register<MapTileLayer, int>(nameof(MinZoomLevel), 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue