Table of Contents

Enum ExtraComputation

Namespace
GoogleMapsApi.Entities.AirQuality.Request
Assembly
GoogleMapsApi.dll

Optional additional computations the Air Quality API can run for a request, each enriching the response with extra data (local AQIs, health advice, pollutant detail). Supplied via extraComputations.

public enum ExtraComputation

Fields

[EnumMember(Value = "DOMINANT_POLLUTANT_CONCENTRATION")] DominantPollutantConcentration = 4

Include concentrations of the dominant pollutants identified by the indexes.

[EnumMember(Value = "HEALTH_RECOMMENDATIONS")] HealthRecommendations = 2

Include health recommendations for the general population and at-risk groups.

[EnumMember(Value = "LOCAL_AQI")] LocalAqi = 1

Include the local (national) Air Quality Index for the requested location.

[EnumMember(Value = "POLLUTANT_ADDITIONAL_INFO")] PollutantAdditionalInfo = 3

Include supplementary sources/effects information for each pollutant.

[EnumMember(Value = "POLLUTANT_CONCENTRATION")] PollutantConcentration = 5

Include concentrations of every pollutant measured by the indexes.

[EnumMember(Value = "EXTRA_COMPUTATION_UNSPECIFIED")] Unspecified = 0

No extra computation. Ignored by the server if sent.