mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Version 4.6.1: Removed obsolete MapProjection.TranslateLocation method
This commit is contained in:
parent
b12155e498
commit
32db0f22c1
|
|
@ -71,7 +71,7 @@ namespace MapControl
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the scaling factor from cartesian map coordinates to viewport coordinates.
|
/// Gets the scaling factor from cartesian map coordinates to viewport coordinates.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public double ViewportScale { get; protected set; }
|
public double ViewportScale { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the map scale at the specified Location as viewport coordinate units per meter (px/m).
|
/// Gets the map scale at the specified Location as viewport coordinate units per meter (px/m).
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue