How to create an input for address with auto-complete?

Hello everybody.

I would like to be able to creat an input for address which allow the user to find easily the address he is looking for.
(with an auto-complete fonctionnality)

Here is an exemple of what i am looking for.

https://developers.google.com/maps/documentation/javascript/examples/places-autocomplete?hl=en

Thanks for the help.

Regards.

Vincent.

The Bubble map does that.
It’s a 2-step process. First, create a search box. Then configure the search box to look for geographic places. When the user starts to type the address, he/she will see the results.

If you want to show the search result on the map, set the marker to be the map’s value.

3 Likes

Hello

Thanks for the rapid response.

I will look at it as soon as possible.

Vincent

This topic was automatically closed after 70 days. New replies are no longer allowed.