Contents

colorScheme

The map’s color scheme when displaying standard or muted standard map types.

Declaration

get colorScheme(): ColorScheme;
set colorScheme(colorScheme: ColorScheme);

Mentioned in

Discussion

This property accepts a value from ColorScheme to determine whether the map displays with a dark or light theme when Standard or MutedStandard are the configured mapType. The default is Light.

The map updates the grid, user location accuracy ring, marker annotation labels, and controls to complement the Dark Mode style.

See Also

Configuring the map’s appearance