survivingwithandroid / WeatherLib

Android Weather Library: android weather lib to develop weather based app fast and easily
http://survivingwithandroid.github.io/WeatherLib/
640 stars 170 forks source link

I can't get the cloud percent for forecast.io #39

Open santonoreg opened 9 years ago

santonoreg commented 9 years ago

When I use the weather.clouds.getPerc() to get cloud percent I always receive a zero value. I saw that this method is declared as int but the documentation from forecast.io says: "cloudCover: A numerical value between 0 and 1 (inclusive) representing the percentage of sky occluded by clouds". Maybe this is the problem. Can you fix that?

Thanks for your perfect work!