8 lines
No EOL
164 B
C#
8 lines
No EOL
164 B
C#
namespace WikipediaApi.Page
|
|
{
|
|
public class PageCoordinates
|
|
{
|
|
public float Lat { get; set; }
|
|
public float Lon { get; set; }
|
|
}
|
|
} |