How to add route between two users

Hi bubblers!
my question is how we can add route between two users in bubble we can search we can find distance between two users how to show routes between two user?

Enable Google Maps API. Save location of the users in the DB into a field of type “Geographic address”.

To show the route between the user add a button, that opens a link (with the URL parameters) in the new tab. Here is the format: Google Maps origin=[address]&destination=[address]&travelmode=driving
It will open the Google Maps website with the route between the users.

Here is more details: Get Started  |  Maps URLs  |  Google Developers


1 Like