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
Family
The plant's botanical family (e.g. "Betulaceae").
[JsonPropertyName("family")]
public string? Family { get; set; }
Property Value
Picture
URL of a representative picture of the plant.
[JsonPropertyName("picture")]
public string? Picture { get; set; }
Property Value
PictureCloseup
URL of a close-up picture of the plant.
[JsonPropertyName("pictureCloseup")]
public string? PictureCloseup { get; set; }
Property Value
Season
The seasons in which the plant typically pollinates.
[JsonPropertyName("season")]
public string? Season { get; set; }
Property Value
SpecialColors
Colours that help identify the plant.
[JsonPropertyName("specialColors")]
public string? SpecialColors { get; set; }
Property Value
SpecialShapes
Shapes that help identify the plant.
[JsonPropertyName("specialShapes")]
public string? SpecialShapes { get; set; }
Property Value
Type
The pollen type this plant belongs to ("GRASS", "TREE" or "WEED").
[JsonPropertyName("type")]
public string? Type { get; set; }