public interface WeatherResult implements Result
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
Weather
ifgetStatus()
is successful, otherwise null.