tags:

views:

65

answers:

1

I can able to show the route between two geo points in android using google map.Now i want to know how to guide the user like turn right ,take left like wise should display message. How can we achieve this?

+2  A: 

There is no turn-by-turn api (yet). See also this question.

Maurits Rijk
Hi Maurits, thanx for ur response.Sorry actually i m expecting Driving direction information.Can u please tell me how to get the Driving direction information in andorid?If you can provide me some code snippet.
Kumar
Hi Kumar. That is exactly the problem. There are no API calls in Android 2.x to get driving directions.
Maurits Rijk
Oh...Is that API call is available in Android 1.5? and I m using the Android 1.5 SDK only.
Kumar
Nope, it's not available in any of the current Android versions.
Maurits Rijk