maui-linux/Xamarin.Forms.Maps.GTK/Location.cs

8 строки
168 B
C#

namespace Xamarin.Forms.Maps.GTK
{
public class Location
{
public double Latitude { get; set; }
public double Longitude { get; set; }
}
}