Table of Contents

Class PlantDescription

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

Descriptive information about a plant that produces pollen.

public sealed class PlantDescription
Inheritance
PlantDescription
Inherited Members

Properties

CrossReaction

Information about cross-reaction with other allergens.

[JsonPropertyName("crossReaction")]
public string? CrossReaction { get; set; }

Property Value

string

Family

The plant's botanical family (e.g. "Betulaceae").

[JsonPropertyName("family")]
public string? Family { get; set; }

Property Value

string

Picture

URL of a representative picture of the plant.

[JsonPropertyName("picture")]
public string? Picture { get; set; }

Property Value

string

PictureCloseup

URL of a close-up picture of the plant.

[JsonPropertyName("pictureCloseup")]
public string? PictureCloseup { get; set; }

Property Value

string

Season

The seasons in which the plant typically pollinates.

[JsonPropertyName("season")]
public string? Season { get; set; }

Property Value

string

SpecialColors

Colours that help identify the plant.

[JsonPropertyName("specialColors")]
public string? SpecialColors { get; set; }

Property Value

string

SpecialShapes

Shapes that help identify the plant.

[JsonPropertyName("specialShapes")]
public string? SpecialShapes { get; set; }

Property Value

string

Type

The pollen type this plant belongs to ("GRASS", "TREE" or "WEED").

[JsonPropertyName("type")]
public string? Type { get; set; }

Property Value

string