setSymbolIconAllowOverlap method

Future<void> setSymbolIconAllowOverlap(
  1. bool enable
)

Implementation

Future<void> setSymbolIconAllowOverlap(bool enable) async {
  throw UnimplementedError(
      'setSymbolIconAllowOverlap() has not been implemented.');
}