address = $address; } public function getAddress() { return $this->address; } public function setAddressLine($addressLine) { $this->addressLine = $addressLine; } public function getAddressLine() { return $this->addressLine; } public function setAdministrativeArea($administrativeArea) { $this->administrativeArea = $administrativeArea; } public function getAdministrativeArea() { return $this->administrativeArea; } public function setDependentLocality($dependentLocality) { $this->dependentLocality = $dependentLocality; } public function getDependentLocality() { return $this->dependentLocality; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } /** * @param Google_Service_Partners_LatLng */ public function setLatLng(Google_Service_Partners_LatLng $latLng) { $this->latLng = $latLng; } /** * @return Google_Service_Partners_LatLng */ public function getLatLng() { return $this->latLng; } public function setLocality($locality) { $this->locality = $locality; } public function getLocality() { return $this->locality; } public function setPostalCode($postalCode) { $this->postalCode = $postalCode; } public function getPostalCode() { return $this->postalCode; } public function setRegionCode($regionCode) { $this->regionCode = $regionCode; } public function getRegionCode() { return $this->regionCode; } public function setSortingCode($sortingCode) { $this->sortingCode = $sortingCode; } public function getSortingCode() { return $this->sortingCode; } }