circle = $circle; } /** * @return GoogleMapsPlacesV1Circle */ public function getCircle() { return $this->circle; } /** * @param GoogleGeoTypeViewport */ public function setRectangle(GoogleGeoTypeViewport $rectangle) { $this->rectangle = $rectangle; } /** * @return GoogleGeoTypeViewport */ public function getRectangle() { return $this->rectangle; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleMapsPlacesV1SearchTextRequestLocationBias::class, 'Google_Service_MapsPlaces_GoogleMapsPlacesV1SearchTextRequestLocationBias');