How to create a list or search bar to select a restaurant from our database (collection) and have it appear in Google Maps

Hello everyone :slight_smile:

We are developing an application on Adalo.
What we have done so far:

  • Integrated the Google Maps API
  • Integrated an external restaurant database
    We are able to see the markers on Google Maps, so the API is working correctly.

However, what we would like to do is create a component (like a list or search, for example) to search for one of these restaurants and have it appear on Google Maps so that the user can click on it.

Thank you in advance for your help!

L

Hello, in order to implement a search option for a list, you can add an input and connect it to that list. In case your app has an external database, please make sure it’s setup correctly in a way that you can connect it to the apps’s list. You can find out more about external collections here: https://www.adalo.com/external-collections

Thank you!

Great progress so far! To create a search or list component for restaurants that integrates with Google Maps, you could connect your restaurant database to a search feature in Adalo. Once the user selects a restaurant, you can update the map markers accordingly. If you need more help with app development https://www.redspider.ae/.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.