setSymbolTextIgnorePlacement method

Future<void> setSymbolTextIgnorePlacement(
  1. bool enable
)

Implementation

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