coordinates = $coordinates; } public function getCoordinates() { return $this->coordinates; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }