latLng = $latLng; } /** * @return Google_Service_JobService_LatLng */ public function getLatLng() { return $this->latLng; } public function setLocationType($locationType) { $this->locationType = $locationType; } public function getLocationType() { return $this->locationType; } /** * @param Google_Service_JobService_PostalAddress */ public function setPostalAddress(Google_Service_JobService_PostalAddress $postalAddress) { $this->postalAddress = $postalAddress; } /** * @return Google_Service_JobService_PostalAddress */ public function getPostalAddress() { return $this->postalAddress; } public function setRadiusMeters($radiusMeters) { $this->radiusMeters = $radiusMeters; } public function getRadiusMeters() { return $this->radiusMeters; } }