Table of Contents

Class HealthRecommendations

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

Health advice tailored to the current conditions for the general population and at-risk groups (returned with the HEALTH_RECOMMENDATIONS extra computation).

public sealed class HealthRecommendations
Inheritance
HealthRecommendations
Inherited Members

Properties

Athletes

Advice for athletes / people exercising outdoors.

[JsonPropertyName("athletes")]
public string? Athletes { get; set; }

Property Value

string

Children

Advice for children.

[JsonPropertyName("children")]
public string? Children { get; set; }

Property Value

string

Elderly

Advice for elderly people.

[JsonPropertyName("elderly")]
public string? Elderly { get; set; }

Property Value

string

GeneralPopulation

Advice for the general population.

[JsonPropertyName("generalPopulation")]
public string? GeneralPopulation { get; set; }

Property Value

string

HeartDiseasePopulation

Advice for people with heart disease.

[JsonPropertyName("heartDiseasePopulation")]
public string? HeartDiseasePopulation { get; set; }

Property Value

string

LungDiseasePopulation

Advice for people with lung disease.

[JsonPropertyName("lungDiseasePopulation")]
public string? LungDiseasePopulation { get; set; }

Property Value

string

PregnantWomen

Advice for pregnant women.

[JsonPropertyName("pregnantWomen")]
public string? PregnantWomen { get; set; }

Property Value

string