Documentation
city
Representation of one city.
It is known to all that a city is a town where a group of people lives. For example Madrid is a city.
Obviously, cities are grouped in countries.
attributes
code
[int]
It indicates the city code.
name
[string]
It describes the city name.
countrycode
[int]
It indicates the country code where the city exists.
lat
[float]
It indicates the city latitude.
long
[float]
It indicates the city longitude.