destination = $destination; } /** * @return Google_Service_PhotosLibrary_Location */ public function getDestination() { return $this->destination; } /** * @param Google_Service_PhotosLibrary_Location */ public function setOrigin(Google_Service_PhotosLibrary_Location $origin) { $this->origin = $origin; } /** * @return Google_Service_PhotosLibrary_Location */ public function getOrigin() { return $this->origin; } }