longitude = $lon; $this->latitude = $lat; } public function getLongitude () { return $this->longitude; } public function getLatitude () { return $this->latitude; } }