This commit is contained in:
Paul Schneider 2016-11-28 15:19:59 +01:00
commit 528e4ac947
19 changed files with 0 additions and 6 deletions

View file

@ -1,8 +0,0 @@
namespace Yavsc
{
public interface IPosition
{
double Latitude { get; set; }
double Longitude { get; set; }
}
}