setSymbolTextAllowOverlap method

Future<void> setSymbolTextAllowOverlap(
  1. bool enable
)

Implementation

Future<void> setSymbolTextAllowOverlap(bool enable) async {
  await _mapboxGlPlatform.setSymbolTextAllowOverlap(enable);
}