sphericalPanorama = $sphericalPanorama; } /** * @return bool */ public function getSphericalPanorama() { return $this->sphericalPanorama; } /** * @param bool */ public function setVr180Panorama($vr180Panorama) { $this->vr180Panorama = $vr180Panorama; } /** * @return bool */ public function getVr180Panorama() { return $this->vr180Panorama; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PhotosPanoramaMetadata::class, 'Google_Service_Contentwarehouse_PhotosPanoramaMetadata');