I want to display street directions from my current location to particular known location(latitude and longitude), how to do it using google map?
|
feedback
|
|
you can do that till android 1.6, they have removed the street directions after those versions. Use the below code to get the activity in higher than android 1.6 versions. Hope this helps you.
| |||||||||||
feedback
|
|
You have to frame a URL and send via HTTP connection to get all driving directions in a single output file. Google provides some file formats to receive driving directions information. One of them is KML file. See below link to get an idea. | |||
|
feedback
|