latLng = $latLng; } /** * @return Google_Service_CloudTalentSolution_LatLng */ public function getLatLng() { return $this->latLng; } public function setLocationType($locationType) { $this->locationType = $locationType; } public function getLocationType() { return $this->locationType; } /** * @param Google_Service_CloudTalentSolution_PostalAddress */ public function setPostalAddress(Google_Service_CloudTalentSolution_PostalAddress $postalAddress) { $this->postalAddress = $postalAddress; } /** * @return Google_Service_CloudTalentSolution_PostalAddress */ public function getPostalAddress() { return $this->postalAddress; } public function setRadiusInMiles($radiusInMiles) { $this->radiusInMiles = $radiusInMiles; } public function getRadiusInMiles() { return $this->radiusInMiles; } }