contextualContents = $contextualContents; } /** * @return GoogleMapsPlacesV1ContextualContent[] */ public function getContextualContents() { return $this->contextualContents; } /** * @param string */ public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } /** * @param GoogleMapsPlacesV1Place[] */ public function setPlaces($places) { $this->places = $places; } /** * @return GoogleMapsPlacesV1Place[] */ public function getPlaces() { return $this->places; } /** * @param GoogleMapsPlacesV1RoutingSummary[] */ public function setRoutingSummaries($routingSummaries) { $this->routingSummaries = $routingSummaries; } /** * @return GoogleMapsPlacesV1RoutingSummary[] */ public function getRoutingSummaries() { return $this->routingSummaries; } /** * @param string */ public function setSearchUri($searchUri) { $this->searchUri = $searchUri; } /** * @return string */ public function getSearchUri() { return $this->searchUri; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleMapsPlacesV1SearchTextResponse::class, 'Google_Service_MapsPlaces_GoogleMapsPlacesV1SearchTextResponse');