In my app i am creating a route from source to destination and using google directions api, to display the driving directions in textbox also. I am parsing the direction response in json format and displaying the html instructions. The problem is suppose i am at A location and a turn is there at B location, then i am getting the html instruction related at the B location when i had reached B and not before that.
The logic that i am using to display the directions is:
1. Parse the json response and store the html instructions and their relevant coordinates in a array
2. Checking the current updated location
3. Checking whether the current updated location value is present in the array, if present then displaying the html instruction corresponding to the coordinate