smeijer / leaflet-geosearch

A geocoding/address-lookup library supporting various api providers.
https://smeijer.github.io/leaflet-geosearch/
MIT License
1.05k stars 273 forks source link

Country and bounds are not honoured #132

Closed ewe1991 closed 7 years ago

ewe1991 commented 7 years ago

Hi,

I can not get the GoogleProvider to limit the GEO Search results to only UK. I have set the country and the bounds however no difference.

I have a simple example here

Many Thanks, Elliott

ewe1991 commented 7 years ago

found the fix: components:'country:GB',

smeijer commented 7 years ago

Awesome, thanks for letting know you've solved it.