level = $level; $this->coord = $coord; } public function getCoord() { return $this->coord; } public function getLevel() { return $this->level; } }