mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
Update Location.cs
This commit is contained in:
parent
1c1a301361
commit
52d990a89c
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue