dosamigos\google\maps\ClientAbstract::getClient PHP Method

getClient() protected method

Returns the guzzle client
protected getClient ( ) : Guzzle\Http\Client | Client
return Guzzle\Http\Client | GuzzleHttp\Client
    protected function getClient()
    {
        if ($this->_guzzle == null) {
            $this->_guzzle = new HttpClient();
        }
        return $this->_guzzle;
    }