class CurrentConditions extends Resource (View source)

The "currentConditions" collection of methods.

Typical usage is:

 $airqualityService = new Google\Service\AirQuality(...);
 $currentConditions = $airqualityService->currentConditions;

Methods

lookup(LookupCurrentConditionsRequest $postBody, array $optParams = [])

The Current Conditions endpoint provides hourly air quality information in more than 100 countries, up to a 500 x 500 meters resolution. Includes over 70 local indexes and global air quality index and categories.

Details

LookupCurrentConditionsResponse lookup(LookupCurrentConditionsRequest $postBody, array $optParams = [])

The Current Conditions endpoint provides hourly air quality information in more than 100 countries, up to a 500 x 500 meters resolution. Includes over 70 local indexes and global air quality index and categories.

(currentConditions.lookup)

Parameters

LookupCurrentConditionsRequest $postBody
array $optParams

Optional parameters.

Return Value

LookupCurrentConditionsResponse

Exceptions

Exception