SamSamskies / react-map-gl-geocoder

React wrapper for mapbox-gl-geocoder for use with react-map-gl
MIT License
122 stars 29 forks source link

restrict geocoder with max bounds #68

Closed chiho13 closed 4 years ago

chiho13 commented 4 years ago

is it possible to restrict search results to max bounds?

SamSamskies commented 4 years ago

Hi @chiho13, you can use the bbox prop. Here's an example https://codesandbox.io/s/reactmapglgeocoder-bbox-example-zzlf1.