Represents CO2 data for a specific country. More...
Public Attributes | |
float | Latitude |
The latitude of the country. | |
float | Longitude |
The longitude of the country. | |
float | Co2 |
Total CO2 emissions of the country. | |
float | Population |
The population of the country. | |
float | Area |
The area of the country. | |
float | Co2PerCapita |
CO2 emissions per capita. | |
Represents CO2 data for a specific country.
float CountryData.Area |
The area of the country.
float CountryData.Co2 |
Total CO2 emissions of the country.
float CountryData.Co2PerCapita |
CO2 emissions per capita.
float CountryData.Latitude |
The latitude of the country.
float CountryData.Longitude |
The longitude of the country.
float CountryData.Population |
The population of the country.