mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-31 22:00:12 +01:00
Update Location.cs
This commit is contained in:
parent
1c1a301361
commit
52d990a89c
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue