i know this code resp.getInstructions()
return all instructions of path , But i want to show instructions of next turn (Before arriving) on map when Routing , not all of instructions .
any one can Offer a solution ?
Thanks .
i know this code resp.getInstructions()
return all instructions of path , But i want to show instructions of next turn (Before arriving) on map when Routing , not all of instructions .
any one can Offer a solution ?
Thanks .
in other words , show instructions of next turn whole Routing a path .
My question is clear ?
Can check if InstructionList.find could help.
Eventually for a proper navigation would need some maths and knowledge of route geometry vs user location.
Please can you explain how I can get the current instruction based on the user GPS location.
Any time I used the instruction.find, it returns the next instruction and not the current instruction.
Thanks for your support.