ne = $ne; } /** * @return LatLng */ public function getNe() { return $this->ne; } /** * @param LatLng */ public function setSw(LatLng $sw) { $this->sw = $sw; } /** * @return LatLng */ public function getSw() { return $this->sw; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(LatLngBox::class, 'Google_Service_Solar_LatLngBox');