public interface WeatherInfo
Modifier and Type | Method and Description |
---|---|
String |
getPitch()
Returns the pitch weather
|
Integer |
getTemperature()
Returns the temperature in degrees Celsius
|
String |
getWeatherConditions()
Returns the summary of the weather conditions
|
String |
getWind()
Returns the wind conditions
|
String |
getWindAdvantage()
Returns the wind advantage information
|
String getPitch()
Integer getTemperature()
String getWeatherConditions()
String getWind()
String getWindAdvantage()
Copyright © 2016–2025. All rights reserved.