northeast = $northeast; } /** * @return LatLng */ public function getNortheast() { return $this->northeast; } /** * @param LatLng */ public function setSouthwest(LatLng $southwest) { $this->southwest = $southwest; } /** * @return LatLng */ public function getSouthwest() { return $this->southwest; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(LatLngBounds::class, 'Google_Service_StreetViewPublish_LatLngBounds');