Possible Duplicate:
Android draw route on a Mapview with twoo POI-s
I draw route map between two areas using Google direction API, but I am thinking to draw train route between two stations in android. Can anyone help me?
Possible Duplicate:
Android draw route on a Mapview with twoo POI-s
I draw route map between two areas using Google direction API, but I am thinking to draw train route between two stations in android. Can anyone help me?
I guess you will be interested in Google TRANSIT and not google direction.
Google does not provide an official API for getting transit directions or to describe routes, you need to source the data from somewhere else.