center = $center; } /** * @return GeostorePointProto */ public function getCenter() { return $this->center; } /** * @param string */ public function setCity($city) { $this->city = $city; } /** * @return string */ public function getCity() { return $this->city; } /** * @param string */ public function setCountry($country) { $this->country = $country; } /** * @return string */ public function getCountry() { return $this->country; } /** * @param string */ public function setCounty($county) { $this->county = $county; } /** * @return string */ public function getCounty() { return $this->county; } /** * @param GeostoreFeatureIdProto */ public function setEnclosingStateFeatureId(GeostoreFeatureIdProto $enclosingStateFeatureId) { $this->enclosingStateFeatureId = $enclosingStateFeatureId; } /** * @return GeostoreFeatureIdProto */ public function getEnclosingStateFeatureId() { return $this->enclosingStateFeatureId; } /** * @param GeostoreFeatureIdProto */ public function setFeatureId(GeostoreFeatureIdProto $featureId) { $this->featureId = $featureId; } /** * @return GeostoreFeatureIdProto */ public function getFeatureId() { return $this->featureId; } /** * @param string */ public function setState($state) { $this->state = $state; } /** * @return string */ public function getState() { return $this->state; } /** * @param string */ public function setStateIdFprint($stateIdFprint) { $this->stateIdFprint = $stateIdFprint; } /** * @return string */ public function getStateIdFprint() { return $this->stateIdFprint; } /** * @param string */ public function setSubLocality($subLocality) { $this->subLocality = $subLocality; } /** * @return string */ public function getSubLocality() { return $this->subLocality; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CountryLocationInfo::class, 'Google_Service_Contentwarehouse_CountryLocationInfo');