mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-20 22:05:07 +00:00
Update MainWindow.xaml.cs
This commit is contained in:
parent
75fe11dfdc
commit
ff3937e1fa
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue