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