speed property

double speed
getter/setter pair

Wind class holds the wind related info from the API response speed represents the wind speed deg represents Wind direction, degrees (meteorological) gust represents Wind gust. Unit Default: meter/sec, Metric: meter/sec, Imperial: miles/hour

Implementation

double speed;