hi = $hi; } /** * @return GeostorePointProto */ public function getHi() { return $this->hi; } /** * @param GeostorePointProto */ public function setLo(GeostorePointProto $lo) { $this->lo = $lo; } /** * @return GeostorePointProto */ public function getLo() { return $this->lo; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GeostoreRectProto::class, 'Google_Service_Contentwarehouse_GeostoreRectProto');