If true, other symbols can be visible even if they collide with the icon.
Future<void> setTextAllowOverlap(bool value) async { _textAllowOverlap = value; await _rebuildLayers(); }