I am building an app that finds the most direct route between a starting location, a list of delivery addresses, and an ending location. So far I successfully created the app and it is working properly; however, I can’t seem to export the route I created in my map into Google maps for navigation and directions.
I am using the integrated bubble maps as well as Bubble’s Google Map Extender plugin. The dev from the Bubble’s Map Extender says that this feature isn’t built into their plugin so I am looking for a workaround.
Here is my route within the map on my app
I would like to export this route as a URL pointing towards google maps so that the driver can use it via a direct link or a QR code which I can embed the link into so that the routes can be printed ahead of time. Is there any possible way I can do this?