Searched refs:addressLine (Results 1 – 1 of 1) sorted by relevance
640 public $addressLine; variable in Google_Location644 public function setAddressLine(/* array(Google_string) */ $addressLine) { argument645 $this->assertIsArray($addressLine, 'Google_string', __METHOD__);646 $this->addressLine = $addressLine;649 return $this->addressLine;