I\'m making an app with Xamarin.Forms.Maps and then, I need to get all of the steps between two \"place id\" to make my own polyline. However, when I\'m making my request, I
Are you using the polyline
results in each driving step?
I used your example and got 31 start_location
that each contain Encoded Polylines for drawing that path on the map.
"polyline": {
"points": "mn_iHmxqM@[?WA_@Ck@CeAAMGcAEi@Gc@Ke@GUI[IYGSIMIKGECAMIMEA?EAA?A?K?I@A?C?IBE@C@?@C@GBOHEHGJIVIX_@j@"
},
The "Take the exit on the left onto Bd Périphérique" step results in 91 points, etc...
There are hundreds and hundreds of locations points within the results, you just have to decode the locations of each driving step and plot them:
Google's Interactive Poly Line Utility