public static function fromFacePosLevel($face, $pos, $level)
 {
     return new S2Cell(S2CellId::fromFacePosLevel($face, $pos, $level));
 }