for my app I currently have a Searchbox that is searching for Geographic places. Once a user starts typing in the adress,city etc. , google displays some options according to the text that is typed. However, adresses, cities etc. from all over the world are show, but we just want to limit the options to adresses within Germany. Our users are complaining that this is confusing, as there are many places in the world with the same name and our app solely focuses on Germany.
Is this a thing I can solve on Bubble or do I have to change something in the Google Cloud Platform (Im on the Personal Plan).
Getting a list of suggestions is therefore IMHO the easy bit. Making a decent UX of it … perhaps less so. I think it would be an input and Repeating Group combination.
Beyond that the “proper” solution is javascripty stuff, and well beyond me.
@nl.lorenz did you eventually manage to do a workaround? There is now a setting in bubble to “limit results around” for a map, but I need to limit results to suburbs/city and not exact address, so maybe whatever you found could be useful to me.
Hey,
I had the same problem like you (limiting the results to certain cities).
I have not yet found another solution unfortunately.
The only thing you can maybe try is to go on google maps and choose an adress right in the center of the city you want the results to be displayed in and then add a radius which more or less includes the whole city.