Displaying Multiple Collections as Markers in Map

I’m building a social app where users can see their friends’ locations on a map and schedule activities together at places such as restaurants, bars, etc. But I’m struggling with figuring out a way to simultaneously display the locations and users.

I have already set up the user markers inside of Adalo and that works perfectly fine. I was thinking I might be able to solve the locations inside the cloud console with a custom map or something. I tried it, but didn’t really understand how to or even if it’s possible.

Any and all insights are much appriciated! Thanks.

You will need a flat structure.

For each restaurant or location create a dummy user account for that business.
Then your map can list users, which includes bonafide users and dummy business users.
A relationship to your businesses collection can be used to connect if needed.

Go further and use the avatar for each user as the map marker and set that avatar for the ‘business users’ depending on the type eg. bars
image

1 Like

Brilliant stuff, thank you very much, you’re an absolute star Rozza!

1 Like

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