I am implementing navigation screen using Google direction API on Google map v2 in android. Here user will be in driving and I have to show the turn by turn information to the user based on his current position.
So I would like to find whether user has reached the required position(LatLng) or not. If he reached I have to show information on screen.
For this, How can I calculate whether user has reached the required location(LatLng) or not using his current location? Please help me.