confidence = $confidence; } public function getConfidence() { return $this->confidence; } /** * @param Google_Service_Spectrum_GeoLocationEllipse */ public function setPoint(Google_Service_Spectrum_GeoLocationEllipse $point) { $this->point = $point; } /** * @return Google_Service_Spectrum_GeoLocationEllipse */ public function getPoint() { return $this->point; } /** * @param Google_Service_Spectrum_GeoLocationPolygon */ public function setRegion(Google_Service_Spectrum_GeoLocationPolygon $region) { $this->region = $region; } /** * @return Google_Service_Spectrum_GeoLocationPolygon */ public function getRegion() { return $this->region; } }