wheredoesyourmindgo / react-mui-mapbox-geocoder

A Material UI Autosuggest'ing Mapbox Geocoder for locating addresses and points of interest.
MIT License
10 stars 4 forks source link

Place Geocoder outside the map #8

Open AntwanSherif opened 4 years ago

AntwanSherif commented 4 years ago

Hello,

Nice library by the way :)

I wonder if I can set the geocoder in a different place other than the map. I want to place it for example in a form beside the map.

wheredoesyourmindgo commented 4 years ago

I believe that should work fine since this component doesn't rely on Mapbox's Map state. Did you have any success? Thanks by the way; glad you find it useful.