Table of Contents

Class AdditionalInfo

Namespace
GoogleMapsApi.Entities.AirQuality.Response
Assembly
GoogleMapsApi.dll

Supplementary information about a pollutant (returned with POLLUTANT_ADDITIONAL_INFO).

public sealed class AdditionalInfo
Inheritance
AdditionalInfo
Inherited Members

Properties

Effects

Text describing the pollutant's main health effects.

[JsonPropertyName("effects")]
public string? Effects { get; set; }

Property Value

string

Sources

Text describing the pollutant's main emission sources.

[JsonPropertyName("sources")]
public string? Sources { get; set; }

Property Value

string