latE7 = $latE7; } public function getLatE7() { return $this->latE7; } public function setLngE7($lngE7) { $this->lngE7 = $lngE7; } public function getLngE7() { return $this->lngE7; } /** * @param Google_Service_CivicInfo_FieldMetadataProto */ public function setMetadata(Google_Service_CivicInfo_FieldMetadataProto $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_CivicInfo_FieldMetadataProto */ public function getMetadata() { return $this->metadata; } /** * @param Google_Service_CivicInfo_MessageSet */ public function setTemporaryData(Google_Service_CivicInfo_MessageSet $temporaryData) { $this->temporaryData = $temporaryData; } /** * @return Google_Service_CivicInfo_MessageSet */ public function getTemporaryData() { return $this->temporaryData; } }