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
Children
Advice for children.
[JsonPropertyName("children")]
public string? Children { get; set; }
Property Value
Elderly
Advice for elderly people.
[JsonPropertyName("elderly")]
public string? Elderly { get; set; }
Property Value
GeneralPopulation
Advice for the general population.
[JsonPropertyName("generalPopulation")]
public string? GeneralPopulation { get; set; }
Property Value
HeartDiseasePopulation
Advice for people with heart disease.
[JsonPropertyName("heartDiseasePopulation")]
public string? HeartDiseasePopulation { get; set; }
Property Value
LungDiseasePopulation
Advice for people with lung disease.
[JsonPropertyName("lungDiseasePopulation")]
public string? LungDiseasePopulation { get; set; }
Property Value
PregnantWomen
Advice for pregnant women.
[JsonPropertyName("pregnantWomen")]
public string? PregnantWomen { get; set; }