Table of Contents

Class PlantInfo

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

Pollen information for one specific plant species on a given day.

public sealed class PlantInfo
Inheritance
PlantInfo
Inherited Members

Properties

Code

The plant's code (e.g. "BIRCH", "OAK", "RAGWEED").

[JsonPropertyName("code")]
public string? Code { get; set; }

Property Value

string

DisplayName

Human-readable plant name (e.g. "Birch").

[JsonPropertyName("displayName")]
public string? DisplayName { get; set; }

Property Value

string

InSeason

Whether the plant is in season on this day.

[JsonPropertyName("inSeason")]
public bool? InSeason { get; set; }

Property Value

bool?

IndexInfo

The pollen index for this plant. Absent when no data is available.

[JsonPropertyName("indexInfo")]
public IndexInfo? IndexInfo { get; set; }

Property Value

IndexInfo

PlantDescription

Descriptive detail about the plant. Absent when PlantsDescription was disabled.

[JsonPropertyName("plantDescription")]
public PlantDescription? PlantDescription { get; set; }

Property Value

PlantDescription