Home
last modified time | relevance | path

Searched refs:addressLine (Results 1 – 1 of 1) sorted by relevance

/plugin/authgoogle/google/contrib/
H A DGoogle_CoordinateService.php640 public $addressLine; variable in Google_Location
644 public function setAddressLine(/* array(Google_string) */ $addressLine) { argument
645 $this->assertIsArray($addressLine, 'Google_string', __METHOD__);
646 $this->addressLine = $addressLine;
649 return $this->addressLine;