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 = 2Grass pollen, Universal Pollen Index.
[EnumMember(Value = "TREE_UPI")] TreeUpi = 1Tree pollen, Universal Pollen Index.
[EnumMember(Value = "MAP_TYPE_UNSPECIFIED")] Unspecified = 0No map type specified. Ignored by the server if sent.
[EnumMember(Value = "WEED_UPI")] WeedUpi = 3Weed pollen, Universal Pollen Index.