setSnapshotLegacyMode method
Set whether legacy mode should be used for snapshot.
Legacy mode is not that efficient (as it blocks map rendering when making the snapshot) but may help with vendor specific issues like described in https://github.com/mapbox/mapbox-maps-android/issues/2280.
Note: This method has no effect on iOS platform.
Implementation
@experimental
Future<void> setSnapshotLegacyMode(bool enable) =>
_mapInterface.setSnapshotLegacyMode(enable);