Table of Contents

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 = 2

Indigo-to-Persian palette, dark theme.

[EnumMember(Value = "INDIGO_PERSIAN_LIGHT")] IndigoPersianLight = 3

Indigo-to-Persian palette, light theme.

[EnumMember(Value = "RED_GREEN")] RedGreen = 1

Red-to-green palette.

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

No palette specified; the API picks a default.