public function mayIntersect(S2Cell $cell)
 {
     return $this->cellId->intersects($cell->cellId);
 }