updateMapOptions method

  1. @Deprecated('Use updateMapConfiguration instead.')
Future<void> updateMapOptions(
  1. Map<String, dynamic> optionsUpdate, {
  2. required int mapId,
})

Updates configuration options of the map user interface.

Change listeners are notified once the update has been made on the platform side.

The returned Future completes after listeners have been notified.

Implementation

@Deprecated('Use updateMapConfiguration instead.')
Future<void> updateMapOptions(
  Map<String, dynamic> optionsUpdate, {
  required int mapId,
}) {
  throw UnimplementedError('updateMapOptions() has not been implemented.');
}