Sulu\Bundle\LocationBundle\Geolocator\Service\NominatimGeolocator::__construct PHP Method

__construct() public method

public __construct ( Guzzle\Http\ClientInterface $client, $baseUrl = '' )
$client Guzzle\Http\ClientInterface
    public function __construct(ClientInterface $client, $baseUrl = '')
    {
        $this->client = $client;
        $this->baseUrl = $baseUrl;
    }
NominatimGeolocator