I have an app I am working on which displays the map and turn by turn directions, and that is working great. I am also able to track the users current location and display the location along the map route as they progress.
What I would like to do is display the next step in the directions. Is there a way to determine the current step or next step based on the user's current coordinates? I have tried searching for this in forums and checked through the API docs but haven't had any luck yet.
Any help is greatly appreciated!