mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-08 07:55:13 +00:00
Primary constructor parameters
This commit is contained in:
parent
f63fba98c1
commit
65462697df
8 changed files with 35 additions and 31 deletions
|
|
@ -9,12 +9,12 @@ namespace MapControl
|
|||
/// a MapTileLayer or a MapImageLayer should be updated immediately,
|
||||
/// or MapPath Data in projected map coordinates should be recalculated.
|
||||
/// </summary>
|
||||
public bool ProjectionChanged { get; } = projectionChanged;
|
||||
public bool ProjectionChanged => projectionChanged;
|
||||
|
||||
/// <summary>
|
||||
/// Indicates that the view transform center has moved across 180° longitude.
|
||||
/// Used to control when a MapTileLayer should be updated immediately.
|
||||
/// </summary>
|
||||
public bool TransformCenterChanged { get; } = transformCenterChanged;
|
||||
public bool TransformCenterChanged => transformCenterChanged;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue