I have used the google maps API to get directions to a spot with 3 different waypoints.
I have found a way to pass the directions as a JSON to the app and I know how to parse it by legs but my question is how do I invoke the map to follow these directions? It must follow the custom directions google sent as it uses their Traveling Salesman Algorithm and there are different waypoints that it must stop at.
Any ideas?
Here is a example of the JSON message that would be used
Any help would be appreciated.
Thanks