evOptions = $evOptions; } /** * @return GoogleMapsPlacesV1SearchTextRequestEVOptions */ public function getEvOptions() { return $this->evOptions; } /** * @param bool */ public function setIncludePureServiceAreaBusinesses($includePureServiceAreaBusinesses) { $this->includePureServiceAreaBusinesses = $includePureServiceAreaBusinesses; } /** * @return bool */ public function getIncludePureServiceAreaBusinesses() { return $this->includePureServiceAreaBusinesses; } /** * @param string */ public function setIncludedType($includedType) { $this->includedType = $includedType; } /** * @return string */ public function getIncludedType() { return $this->includedType; } /** * @param string */ public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } /** * @return string */ public function getLanguageCode() { return $this->languageCode; } /** * @param GoogleMapsPlacesV1SearchTextRequestLocationBias */ public function setLocationBias(GoogleMapsPlacesV1SearchTextRequestLocationBias $locationBias) { $this->locationBias = $locationBias; } /** * @return GoogleMapsPlacesV1SearchTextRequestLocationBias */ public function getLocationBias() { return $this->locationBias; } /** * @param GoogleMapsPlacesV1SearchTextRequestLocationRestriction */ public function setLocationRestriction(GoogleMapsPlacesV1SearchTextRequestLocationRestriction $locationRestriction) { $this->locationRestriction = $locationRestriction; } /** * @return GoogleMapsPlacesV1SearchTextRequestLocationRestriction */ public function getLocationRestriction() { return $this->locationRestriction; } /** * @param int */ public function setMaxResultCount($maxResultCount) { $this->maxResultCount = $maxResultCount; } /** * @return int */ public function getMaxResultCount() { return $this->maxResultCount; } public function setMinRating($minRating) { $this->minRating = $minRating; } public function getMinRating() { return $this->minRating; } /** * @param bool */ public function setOpenNow($openNow) { $this->openNow = $openNow; } /** * @return bool */ public function getOpenNow() { return $this->openNow; } /** * @param int */ public function setPageSize($pageSize) { $this->pageSize = $pageSize; } /** * @return int */ public function getPageSize() { return $this->pageSize; } /** * @param string */ public function setPageToken($pageToken) { $this->pageToken = $pageToken; } /** * @return string */ public function getPageToken() { return $this->pageToken; } /** * @param string[] */ public function setPriceLevels($priceLevels) { $this->priceLevels = $priceLevels; } /** * @return string[] */ public function getPriceLevels() { return $this->priceLevels; } /** * @param string */ public function setRankPreference($rankPreference) { $this->rankPreference = $rankPreference; } /** * @return string */ public function getRankPreference() { return $this->rankPreference; } /** * @param string */ public function setRegionCode($regionCode) { $this->regionCode = $regionCode; } /** * @return string */ public function getRegionCode() { return $this->regionCode; } /** * @param GoogleMapsPlacesV1RoutingParameters */ public function setRoutingParameters(GoogleMapsPlacesV1RoutingParameters $routingParameters) { $this->routingParameters = $routingParameters; } /** * @return GoogleMapsPlacesV1RoutingParameters */ public function getRoutingParameters() { return $this->routingParameters; } /** * @param GoogleMapsPlacesV1SearchTextRequestSearchAlongRouteParameters */ public function setSearchAlongRouteParameters(GoogleMapsPlacesV1SearchTextRequestSearchAlongRouteParameters $searchAlongRouteParameters) { $this->searchAlongRouteParameters = $searchAlongRouteParameters; } /** * @return GoogleMapsPlacesV1SearchTextRequestSearchAlongRouteParameters */ public function getSearchAlongRouteParameters() { return $this->searchAlongRouteParameters; } /** * @param bool */ public function setStrictTypeFiltering($strictTypeFiltering) { $this->strictTypeFiltering = $strictTypeFiltering; } /** * @return bool */ public function getStrictTypeFiltering() { return $this->strictTypeFiltering; } /** * @param string */ public function setTextQuery($textQuery) { $this->textQuery = $textQuery; } /** * @return string */ public function getTextQuery() { return $this->textQuery; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleMapsPlacesV1SearchTextRequest::class, 'Google_Service_MapsPlaces_GoogleMapsPlacesV1SearchTextRequest');