public interface

WeatherResult

implements Result
com.google.android.gms.awareness.snapshot.WeatherResult

Class Overview

Result from getWeather(GoogleApiClient).

Summary

Public Methods
abstract Weather getWeather()
Returns the current weather.
[Expand]
Inherited Methods
From interface com.google.android.gms.common.api.Result

Public Methods

public abstract Weather getWeather ()

Returns the current weather.

Returns
Weather Weather if getStatus() is successful, otherwise null.