bounds = $bounds; } /** * @return GoogleGeoTypeViewport */ public function getBounds() { return $this->bounds; } /** * @param float */ public function setFeatureSizeMeters($featureSizeMeters) { $this->featureSizeMeters = $featureSizeMeters; } /** * @return float */ public function getFeatureSizeMeters() { return $this->featureSizeMeters; } /** * @param GoogleTypeLatLng */ public function setLocation(GoogleTypeLatLng $location) { $this->location = $location; } /** * @return GoogleTypeLatLng */ public function getLocation() { return $this->location; } /** * @param string */ public function setPlaceId($placeId) { $this->placeId = $placeId; } /** * @return string */ public function getPlaceId() { return $this->placeId; } /** * @param string[] */ public function setPlaceTypes($placeTypes) { $this->placeTypes = $placeTypes; } /** * @return string[] */ public function getPlaceTypes() { return $this->placeTypes; } /** * @param GoogleMapsAddressvalidationV1PlusCode */ public function setPlusCode(GoogleMapsAddressvalidationV1PlusCode $plusCode) { $this->plusCode = $plusCode; } /** * @return GoogleMapsAddressvalidationV1PlusCode */ public function getPlusCode() { return $this->plusCode; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleMapsAddressvalidationV1Geocode::class, 'Google_Service_AddressValidation_GoogleMapsAddressvalidationV1Geocode');