0

Possible Duplicate:
Android draw route on a Mapview with twoo POI-s

I need to show / "draw" a route (driving direction) between current location to a given point,

how do i do it ?

example/method will be help full...

thanks in advance.

Community
  • 1
  • 1
user1581901
  • 65
  • 1
  • 6
  • I wish we could down vote comments... This might help, possible duplicate http://stackoverflow.com/a/4408990/1134705 – jnthnjns Nov 07 '12 at 18:37
  • @Asok: a vague question deserves a vague answer. – RASG Nov 08 '12 at 13:34
  • @RASG A vague question deserves questions for clarity or ignoring and moving on, a vague answer wastes space and time, much as we are doing now. You can't know something without learning it. I guess I take a more tolerant approach to beginners. – jnthnjns Nov 08 '12 at 13:44

2 Answers2

0

Here is the answer. Just add the classes that is given there and call the required methods and it is done.

Community
  • 1
  • 1
eluleci
  • 3,489
  • 1
  • 26
  • 24
0

This is a link to draw the direction between two points, you can put the first point as your location, and the second point your destination (depends on how you are going to fetch it from the user, there are various ways). As this is your first post, before you ask a question it is essential to search for similar questions and try by yourself.

Community
  • 1
  • 1
Hesham Saeed
  • 5,358
  • 7
  • 37
  • 57