Spatie\Geocoder\Google\Geocoder::setApiKey PHP Метод

setApiKey() публичный Метод

public setApiKey ( string $apiKey )
$apiKey string the key
    public function setApiKey($apiKey)
    {
        $this->apiKey = $apiKey;
        return $this;
    }