AI-generated Key Takeaways
-
The
WeatherResultinterface is deprecated. -
The
WeatherResultinterface will be turned off on January 31, 2020, with no alternate functionality offered by Google. -
The interface has a
getWeather()method to return the current weather.
This interface is deprecated.
This method is deprecated as of August 07, 2019, and will be turned off on January 31, 2020.
Google does not offer alternate functionality for the Weather contextual signal.
Result from
getWeather(GoogleApiClient).
Public Method Summary
| abstract Weather |
getWeather()
Returns the current weather.
|
Inherited Method Summary
Public Methods
public abstract Weather getWeather ()
Returns the current weather.
Returns
WeatherifgetStatus()is successful, otherwise null.