rectangle = $rectangle; } /** * @return GoogleGeoTypeViewport */ public function getRectangle() { return $this->rectangle; } /** * @param bool */ public function setStrictRestriction($strictRestriction) { $this->strictRestriction = $strictRestriction; } /** * @return bool */ public function getStrictRestriction() { return $this->strictRestriction; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleMapsPlacesV1SearchTextRequestLocation::class, 'Google_Service_MapsPlaces_GoogleMapsPlacesV1SearchTextRequestLocation');