Documentation says that waypoints limit is 8 points. But I have to calculate a route with more than 8 waypoints. How to do that?
I figured out that i can do multiple requests with different waypoints till I have all the directions.
Now my question : How to know which waypoint belongs to which request? Else the driver who gets the directions will drive around in circles :)
Can anybody help me with this or point me in the right direction? Thanks in advance!
Edit: I saw the other post on this problem, but that one was allready answered. It didn't really help me because I allready figured out that answer.