Hello!
In my app, I’m trying to integrate a feature but I’m stuck.
I have a list of shops with their address (Google Maps format), as well as latitude and longitude.
Users can add some of these shops to their favorites list.
From there, I want to create a button that allows the user to enter their current address manually, and then generate an optimized itinerary that goes through all the shops in their favorites list.
(Optimized is important – the route needs to be the most efficient possible.)
I already have all the necessary APIs activated (Google Maps Directions, etc.), but I can’t get it to work properly in Adalo.
Thanks a lot for your help!