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.
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.