lat = $lat; } public function getLat() { return $this->lat; } public function setLng($lng) { $this->lng = $lng; } public function getLng() { return $this->lng; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AppsPeopleOzExternalMergedpeopleapiLatLng::class, 'Google_Service_Contentwarehouse_AppsPeopleOzExternalMergedpeopleapiLatLng');