mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Version 4.16.0. Improved MapProjection.
This commit is contained in:
parent
1b4b413b89
commit
f9d915ae70
|
|
@ -4,7 +4,9 @@
|
|||
|
||||
using System;
|
||||
using System.Globalization;
|
||||
#if !WINDOWS_UWP
|
||||
#if WINDOWS_UWP
|
||||
using Windows.Foundation;
|
||||
#else
|
||||
using System.Windows;
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue