mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update MainWindow.xaml.cs
This commit is contained in:
parent
75fe11dfdc
commit
ff3937e1fa
|
|
@ -140,7 +140,7 @@ namespace SampleApplication
|
||||||
lonHemisphere, longitude / 60000, (longitude % 60000) / 1000d);
|
lonHemisphere, longitude / 60000, (longitude % 60000) / 1000d);
|
||||||
}
|
}
|
||||||
|
|
||||||
private string GetDistanceText(double distance)
|
private static string GetDistanceText(double distance)
|
||||||
{
|
{
|
||||||
var unit = "m";
|
var unit = "m";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue