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