distanceMeters = $distanceMeters; } /** * @return int */ public function getDistanceMeters() { return $this->distanceMeters; } /** * @param string */ public function setPlace($place) { $this->place = $place; } /** * @return string */ public function getPlace() { return $this->place; } /** * @param string */ public function setPlaceId($placeId) { $this->placeId = $placeId; } /** * @return string */ public function getPlaceId() { return $this->placeId; } /** * @param GoogleMapsPlacesV1AutocompletePlacesResponseSuggestionStructuredFormat */ public function setStructuredFormat(GoogleMapsPlacesV1AutocompletePlacesResponseSuggestionStructuredFormat $structuredFormat) { $this->structuredFormat = $structuredFormat; } /** * @return GoogleMapsPlacesV1AutocompletePlacesResponseSuggestionStructuredFormat */ public function getStructuredFormat() { return $this->structuredFormat; } /** * @param GoogleMapsPlacesV1AutocompletePlacesResponseSuggestionFormattableText */ public function setText(GoogleMapsPlacesV1AutocompletePlacesResponseSuggestionFormattableText $text) { $this->text = $text; } /** * @return GoogleMapsPlacesV1AutocompletePlacesResponseSuggestionFormattableText */ public function getText() { return $this->text; } /** * @param string[] */ public function setTypes($types) { $this->types = $types; } /** * @return string[] */ public function getTypes() { return $this->types; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleMapsPlacesV1AutocompletePlacesResponseSuggestionPlacePrediction::class, 'Google_Service_MapsPlaces_GoogleMapsPlacesV1AutocompletePlacesResponseSuggestionPlacePrediction');