I apologizes if this is a repeated question but i had hard time trying to display route between two places (from current location to desire location). I was trying this using one of the google api.
http://maps.googleapis.com/maps/api/directions/json?origin=40.193251,-76.731619&destination=54.470038,-2.636719&sensor=true&mode=driving
But this is not consistant. This works sometimes but sometimes not. Apart from this it doesn't show long route like from India to USA.
Can anybody suggest what i should go through. If anybody have good experience in displaying route between two places in android. please share code or any which working perfectly and consistently. Any help will be highly appreciated.