Returns the image bytes of the map
Future<Uint8List?> takeSnapshot() { _checkWidgetMountedOrThrow(); return GoogleMapsFlutterPlatform.instance.takeSnapshot(mapId: mapId); }