I’m using this service to provide directions. Many times, a u-turn is necessary in order to get where you’re going.
I can successfully get the route and the step-instructions, but for some reason, whenever there’s a u-turn, it’s not mentioned on the steps/instructions, even if the u-turn is properly drawn on the route:
These are the parameters I’m sending:
{“coordinates”:[[’ + start + ‘],[’ + end + ']],“roundabout_exits”:“true”}
For the image I’m attaching, these are the steps I’m getting:
-Head south on Avenida Líbano
-Continue straight onto Avenida Líbano
-Turn right onto Calle 1-H
-Enter the roundabout and take the 3rd exit onto Calle 19
-etc…
If someone would read those instructions, would get lost. There should be a make a u-turn instruction after the 1st item. I’ve tried to get it on different locations with the same result. This is a simple two way street where you need to make a u-turn to get where the destination is.
Is there something wrong with my request parameters? or do I need to specify somehow that u-turns must be mentioned?
Any help will be really appreciated.
Best regards!
(Type: 11) Head south on Avenida Líbano
(Type: 6) Continue straight onto Avenida Líbano
I’ve read somewhere here, that the Type: 9 indicates a u-turn, and that’s the missing step that should be between the 1st and the 2nd step (the one I pointed with a red arrow on the attached image)
You’ll se that the route is drawn correctly, but the U-Turn won’t be mentioned on the instructions steps:
“type”:11,“instruction”:“Head southeast on Darby Road”
“type”:6,“instruction”:“Continue straight onto Darby Road”
“type”:10,“instruction”:“Arrive at Darby Road, on the right”
As you can see on this image, a U-Turn should be mentioned after the 1st instruction, otherwise, you’d get lost if you just follow these instructions.
there is currently no workaround as it’s a bug that needs fixing.
It should return type 9 with something like “Make U-Turn onto Darby Road”.
Would you mind opening an issue in our repo for this with description?
Thanks for your answer. Would it help if I open an issue anyway? The one that you mentioned was posted 4 years ago, so it seems that they might need a little reminder
Please refrain from opening another issue. Instead, you could consider adding a comment with your example and description to the existing issue. Cheers!