Geocoder\Provider\Nominatim::withOpenStreetMapServer PHP Method

withOpenStreetMapServer() public static method

public static withOpenStreetMapServer ( Http\Client\HttpClient $client, string | null $locale = null ) : Nominatim
$client Http\Client\HttpClient
$locale string | null
return Nominatim
    public static function withOpenStreetMapServer(HttpClient $client, $locale = null)
    {
        return new self($client, 'http://nominatim.openstreetmap.org', $locale);
    }