Returns the bounds of the current viewport.
@override Future<LatLngBounds> getVisibleRegion({required int mapId}) { return _map(mapId).getVisibleRegion(); }