geekbot/Geekbot.net/Lib/WikipediaClient/Page/PageCoordinates.cs

8 lines
183 B
C#
Raw Normal View History

namespace Geekbot.net.Lib.WikipediaClient.Page
{
public class PageCoordinates
{
2018-04-30 23:44:19 +02:00
public float Lat { get; set; }
public float Lon { get; set; }
}
}