This site appears to offer an API that can autocomplete an address entry.
I would love to see an example of this working in a Glide app. Current UX is poor when forcing my users to manually enter an address. Is there an expert here that could create a demo to teach the community?!
EDIT:
I’m assuming it would be about as complex as generating a Quickchart image. If I’m off-track & it’s way more complicated then apologies, ignore the thought!
Wow - Genius work Bob. This behaves brilliantly and the UX is absolutely instinctive. Game changer for anyone working with address input fields.
Love the way the mapped result appears instantly and there are several cool tricks to handle the process. Agree that the inline list works well. The extra table for indexing the results is a cool approach.
Hey Bob - could you share a screen shot for your construct URL component please. It’s not obvious how to construct it using the info copied from the Geoapify project.
Thanks Darren… I got that working but the URL generated then delivers a response that does not begin with ‘results’. Instead is starts with an array called ‘features’. That’s the first thing then when I try to extract the formatted address using .features.formatted it doesn’t return the address… although I can see it in the text returned.
Just had a quick look at the docs, looks like you might need to give it a format parameter with a value of json, otherwise you’ll get the default (geojson) format.