mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Version 4.1.0
This commit is contained in:
parent
6efad6df0f
commit
9f8ef8acb0
|
|
@ -13,7 +13,7 @@ namespace MapControl
|
||||||
{
|
{
|
||||||
public partial class Tile
|
public partial class Tile
|
||||||
{
|
{
|
||||||
public static TimeSpan FadeDuration { get; set; } = TimeSpan.FromSeconds(0.1);
|
public static TimeSpan FadeDuration { get; set; } = TimeSpan.FromSeconds(0.15);
|
||||||
|
|
||||||
public readonly int ZoomLevel;
|
public readonly int ZoomLevel;
|
||||||
public readonly int X;
|
public readonly int X;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue