Help creating a place autocomplete feature

Hello,

I’m currently building an app and I’d like to add an autocomplete feature for places.

Here’s what I want to achieve:

  • If a user types something like “central pa”, the component should suggest “Central Park” and let them select it.
  • If they type “McDonalds San Francisco”, it should list all the McDonalds in that city so the user can choose one.

My question is:
:backhand_index_pointing_right: What’s the best way to implement this in Glide, considering I’m on the $25/month plan (no Maker or Business account)?

Any ideas, best practices, or examples would be super helpful!

Thanks a lot :folded_hands:

what are you expecting for output. If I select mcdonalds san francisco, what are you expecting to be stored when I select one of them? Coordinate? Adderess? Just the name?