SymbolOverlap

Controls whether to show an icon/text when it overlaps other symbols on the map.

Entries

Link copied to clipboard

The icon/text will be hidden if it collides with any other previously drawn symbol.

Link copied to clipboard

The icon/text will be visible even if it collides with any other previously drawn symbol.

Link copied to clipboard

If the icon/text collides with another previously drawn symbol, the overlap mode for that symbol is checked. If the previous symbol was placed using never overlap mode, the new icon/text is hidden. If the previous symbol was placed using always or cooperative overlap mode, the new icon/text is visible.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
open override val literal: StringLiteral

The string expression representing this enum value.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.