Table of Contents

Class DayInfo

Namespace
GoogleMapsApi.Entities.Pollen.Response
Assembly
GoogleMapsApi.dll

Pollen forecast for a single day.

public sealed class DayInfo
Inheritance
DayInfo
Inherited Members

Properties

Date

The date this forecast applies to.

[JsonPropertyName("date")]
public Date? Date { get; set; }

Property Value

Date

PlantInfo

Per-plant information (up to fifteen species).

[JsonPropertyName("plantInfo")]
public List<PlantInfo>? PlantInfo { get; set; }

Property Value

List<PlantInfo>

PollenTypeInfo

Per-pollen-type information (up to three: grass, tree, weed).

[JsonPropertyName("pollenTypeInfo")]
public List<PollenTypeInfo>? PollenTypeInfo { get; set; }

Property Value

List<PollenTypeInfo>