芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/vendor/google/apiclient-services/src/Books/GeolayerdataGeo.php
boundary = $boundary; } /** * @return string[] */ public function getBoundary() { return $this->boundary; } /** * @param string */ public function setCachePolicy($cachePolicy) { $this->cachePolicy = $cachePolicy; } /** * @return string */ public function getCachePolicy() { return $this->cachePolicy; } /** * @param string */ public function setCountryCode($countryCode) { $this->countryCode = $countryCode; } /** * @return string */ public function getCountryCode() { return $this->countryCode; } public function setLatitude($latitude) { $this->latitude = $latitude; } public function getLatitude() { return $this->latitude; } public function setLongitude($longitude) { $this->longitude = $longitude; } public function getLongitude() { return $this->longitude; } /** * @param string */ public function setMapType($mapType) { $this->mapType = $mapType; } /** * @return string */ public function getMapType() { return $this->mapType; } /** * @param GeolayerdataGeoViewport */ public function setViewport(GeolayerdataGeoViewport $viewport) { $this->viewport = $viewport; } /** * @return GeolayerdataGeoViewport */ public function getViewport() { return $this->viewport; } /** * @param int */ public function setZoom($zoom) { $this->zoom = $zoom; } /** * @return int */ public function getZoom() { return $this->zoom; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GeolayerdataGeo::class, 'Google_Service_Books_GeolayerdataGeo');