latitude = $latitude; } public function setLongitude(float $longitude): void { $this->longitude = $longitude; } public function getLatitude(): float { return $this->getLatitude(); } public function getLongitude(): float { return $this->getLongitude(); } }