SymbolOverlap

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

Properties

Link copied to clipboard
const val Always: String

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

Link copied to clipboard
const val Cooperative: String

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.

Link copied to clipboard
const val Never: String

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