Hi everybody, so if I have two address in the map and I want to get information such as: distance between those or the time to go from point A to point B in car how can I do?
I’m trying to do a deliveries app.
Thanks
Hi everybody, so if I have two address in the map and I want to get information such as: distance between those or the time to go from point A to point B in car how can I do?
I’m trying to do a deliveries app.
Thanks
That’s not currently possible, but we’re working a Custom Actions feature that would allow you to have actions that make API requests to various services that could allow you to get that information.
It will be really helpful if you want to create taxi app…I`m looking for this solution!
You could play with custom actions and using an API that would provide that distance for you. We’re currently working on the phase 2 release of custom actions which will allow you to return data and use it within Adalo.
Let us know if you figure out how
There are many API’s that will provide this data such as OSM: osrm-backend/http.md at master · Project-OSRM/osrm-backend · GitHub