geoCoordinates = $geoCoordinates; } /** * @return GoogleTypeLatLng */ public function getGeoCoordinates() { return $this->geoCoordinates; } /** * @param string */ public function setLabel($label) { $this->label = $label; } /** * @return string */ public function getLabel() { return $this->label; } /** * @param string */ public function setLocation($location) { $this->location = $location; } /** * @return string */ public function getLocation() { return $this->location; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleInternalAppsWaldoV1alphaCustomLocation::class, 'Google_Service_Contentwarehouse_GoogleInternalAppsWaldoV1alphaCustomLocation');