Class IndexInfo
- Namespace
- GoogleMapsApi.Entities.Pollen.Response
- Assembly
- GoogleMapsApi.dll
A pollen index value (the Universal Pollen Index) for a pollen type or plant.
public sealed class IndexInfo
- Inheritance
-
IndexInfo
- Inherited Members
Properties
Category
Textual classification of the value (e.g. "Low", "High").
[JsonPropertyName("category")]
public string? Category { get; set; }
Property Value
Code
The index's code (e.g. "UPI").
[JsonPropertyName("code")]
public string? Code { get; set; }
Property Value
Color
The colour associated with the value, for rendering.
[JsonPropertyName("color")]
public Color? Color { get; set; }
Property Value
DisplayName
Human-readable index name (e.g. "Universal Pollen Index").
[JsonPropertyName("displayName")]
public string? DisplayName { get; set; }
Property Value
IndexDescription
A human-readable explanation of the index value.
[JsonPropertyName("indexDescription")]
public string? IndexDescription { get; set; }
Property Value
Value
The index value, on a 0-5 scale.
[JsonPropertyName("value")]
public int Value { get; set; }