factory BBox.point(List<double> coords) { final d = coords.length; return BBox(d, [...coords, ...coords]); }