Enum ColorPalette
- Namespace
- GoogleMapsApi.Entities.AirQuality.Request
- Assembly
- GoogleMapsApi.dll
Colour palette used for the Universal Air Quality Index in the response (and in heatmap tiles).
Supplied via uaqiColorPalette.
public enum ColorPalette
Fields
[EnumMember(Value = "INDIGO_PERSIAN_DARK")] IndigoPersianDark = 2Indigo-to-Persian palette, dark theme.
[EnumMember(Value = "INDIGO_PERSIAN_LIGHT")] IndigoPersianLight = 3Indigo-to-Persian palette, light theme.
[EnumMember(Value = "RED_GREEN")] RedGreen = 1Red-to-green palette.
[EnumMember(Value = "COLOR_PALETTE_UNSPECIFIED")] Unspecified = 0No palette specified; the API picks a default.