Contents

tintColor

The CSS color that MapKit JS uses for user interface controls on the map.

Declaration

get tintColor(): string;
set tintColor(value: string);

Discussion

Use tintColor to color the outline of the controls, text, and glyphs. The tint color can be any valid CSS color value or standard color name.

See Also

Configuring the map’s appearance