Forecast
class Forecast extends Resource (View source)
The "forecast" collection of methods.
Typical usage is:
$airqualityService = new Google\Service\AirQuality(...);
$forecast = $airqualityService->forecast;
Methods
lookup(LookupForecastRequest $postBody, array $optParams = [])
Returns air quality forecast for a specific location for a given time range.
Details
LookupForecastResponse
lookup(LookupForecastRequest $postBody, array $optParams = [])
Returns air quality forecast for a specific location for a given time range.
(forecast.lookup)