Table of Contents

Enum PollenMapType

Namespace
GoogleMapsApi.Entities.Pollen.Request
Assembly
GoogleMapsApi.dll

The pollen heatmap type (which pollen the tile renders) for a PollenHeatmapTileRequest. Each maps the Universal Pollen Index for one pollen type.

public enum PollenMapType

Fields

[EnumMember(Value = "GRASS_UPI")] GrassUpi = 2

Grass pollen, Universal Pollen Index.

[EnumMember(Value = "TREE_UPI")] TreeUpi = 1

Tree pollen, Universal Pollen Index.

[EnumMember(Value = "MAP_TYPE_UNSPECIFIED")] Unspecified = 0

No map type specified. Ignored by the server if sent.

[EnumMember(Value = "WEED_UPI")] WeedUpi = 3

Weed pollen, Universal Pollen Index.