mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
Improved MapProjections
This commit is contained in:
parent
82470435c7
commit
716cf950f3
6 changed files with 66 additions and 52 deletions
|
|
@ -4,6 +4,9 @@
|
|||
|
||||
namespace MapControl
|
||||
{
|
||||
/// <summary>
|
||||
/// Replaces Windows.Foundation.Point to achieve necessary floating point precision.
|
||||
/// </summary>
|
||||
public struct Point
|
||||
{
|
||||
public double X { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue