ColorScheme
Constants that indicate the color scheme of the map or a place detail.
Declaration
const ColorScheme: Readonly<{
readonly Dark: "dark";
readonly Light: "light";
readonly Adaptive: "adaptive";
}>
type ColorScheme = (typeof ColorScheme)[keyof typeof ColorScheme];Overview
Color schemes apply to maps that have a Standard or MutedStandard map type. Use these constants with the map’s colorScheme property.