address = $address; } /** * @return string */ public function getAddress() { return $this->address; } /** * @param GoogleTypeLatLng */ public function setGeoLocation(GoogleTypeLatLng $geoLocation) { $this->geoLocation = $geoLocation; } /** * @return GoogleTypeLatLng */ public function getGeoLocation() { return $this->geoLocation; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AssistantVerticalsHomeautomationProtoPhysicalLocation::class, 'Google_Service_Contentwarehouse_AssistantVerticalsHomeautomationProtoPhysicalLocation');