Show Route on a Map

Hello, does anyone know how to show/draw a route from point A to B along the points on a map?

I’ve tried using Google Maps Extender Plugin but it’s not working. I know the Routes API is working because I could fetch the encoded polyline of the route from GoogleMaps API using API Connector. Right now, I can get a list of coordinates for each route but don’t know how to draw/show it on the map. :slightly_smiling_face:

Is there any other map PlugIns that work or that can show a route on a map based on the list of coordinates (lat/long)? Thank you. :pleading_face:

Yes, I’ve worked extensively with this. Get the “mapbox map” plugin by zerocode
CleanShot 2025-03-12 at 18.17.16

1 Like

So, I just work around this using HTML element and javascript. Apparently, GoogleAPI can just do that so I didn’t even need to translate the polylines into coordinates. Although, I would also like to try connecting the API calls via bubble, (but as of now idk how to use the Run javascript from API connector to pass functions within workflows) so if anyone know how to do that pls let me know.