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 = 4Include concentrations of the dominant pollutants identified by the indexes.
[EnumMember(Value = "HEALTH_RECOMMENDATIONS")] HealthRecommendations = 2Include health recommendations for the general population and at-risk groups.
[EnumMember(Value = "LOCAL_AQI")] LocalAqi = 1Include the local (national) Air Quality Index for the requested location.
[EnumMember(Value = "POLLUTANT_ADDITIONAL_INFO")] PollutantAdditionalInfo = 3Include supplementary sources/effects information for each pollutant.
[EnumMember(Value = "POLLUTANT_CONCENTRATION")] PollutantConcentration = 5Include concentrations of every pollutant measured by the indexes.
[EnumMember(Value = "EXTRA_COMPUTATION_UNSPECIFIED")] Unspecified = 0No extra computation. Ignored by the server if sent.