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