Table of Contents

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

string

Code

The index's code (e.g. "UPI").

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

Property Value

string

Color

The colour associated with the value, for rendering.

[JsonPropertyName("color")]
public Color? Color { get; set; }

Property Value

Color

DisplayName

Human-readable index name (e.g. "Universal Pollen Index").

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

Property Value

string

IndexDescription

A human-readable explanation of the index value.

[JsonPropertyName("indexDescription")]
public string? IndexDescription { get; set; }

Property Value

string

Value

The index value, on a 0-5 scale.

[JsonPropertyName("value")]
public int Value { get; set; }

Property Value

int