How to add a search field which acceps postal code / place and returns suggestions? #187
-
Hi, I have decided to go with the react-google-maps solution to render a map with pins and so far I am very happy with it :)
I also tried pasting this code snippet to my codebase but the error I mentioned beforehand occurs and I can't seem to get past it. Any help would be greatly appreciated. I am not very proficient in Google Maps API but I will keep on trying to get it right. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Have a look here: #160 (comment) (TL;DR: I don't like having the |
Beta Was this translation helpful? Give feedback.
Have a look here: #160 (comment)
(TL;DR: I don't like having the
useAutocomplete()
hook here and it will be replaced by an example implementation that you can then copy into your project. That will be ready in the next few days, but maybe the code snippets in the linked comment help you along)