8 lines
No EOL
183 B
C#
8 lines
No EOL
183 B
C#
namespace Geekbot.net.Lib.WikipediaClient.Page
|
|
{
|
|
public class PageCoordinates
|
|
{
|
|
public float Lat { get; set; }
|
|
public float Lon { get; set; }
|
|
}
|
|
} |