latlng = $latlng; } /** * @return Google_Service_PhotosLibrary_LatLng */ public function getLatlng() { return $this->latlng; } public function setLocationName($locationName) { $this->locationName = $locationName; } public function getLocationName() { return $this->locationName; } }