Returns the current zoom level of the map.
@override Future<double> getZoomLevel({required int mapId}) { return _hostApi(mapId).getZoomLevel(); }