hi = $hi; } /** * @return Google_Service_Books_GeolayerdataGeoViewportHi */ public function getHi() { return $this->hi; } /** * @param Google_Service_Books_GeolayerdataGeoViewportLo */ public function setLo(Google_Service_Books_GeolayerdataGeoViewportLo $lo) { $this->lo = $lo; } /** * @return Google_Service_Books_GeolayerdataGeoViewportLo */ public function getLo() { return $this->lo; } }