Update Location.cs

This commit is contained in:
ClemensFischer 2024-03-14 19:41:14 +01:00
parent 1c1a301361
commit 52d990a89c

View file

@ -15,8 +15,6 @@ namespace MapControl
#endif
public class Location : IEquatable<Location>
{
private double latitude;
public Location()
{
}
@ -27,6 +25,8 @@ namespace MapControl
Longitude = longitude;
}
private double latitude;
public double Latitude
{
get => latitude;