setSymbolIconIgnorePlacement method

Future<void> setSymbolIconIgnorePlacement(
  1. bool enable
)

Implementation

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