8 lines
164 B
C#
8 lines
164 B
C#
|
namespace WikipediaApi.Page
|
|||
|
{
|
|||
|
public class PageCoordinates
|
|||
|
{
|
|||
|
public float lat { get; set; }
|
|||
|
public float lon { get; set; }
|
|||
|
}
|
|||
|
}
|