views:

37

answers:

2

Does anyone know how to do google map program in android by inputing two location's name and now one can see the rout between them

A: 

Yeah, add code to display some HTML along the lines of

<a href="http://maps.google.com"&gt;Google Maps</a>

If you don't like that, use an iframe instead.

Forrest
+2  A: 

My be this link helps..

http://developer.android.com/guide/tutorials/views/hello-mapview.html

Vinay
Also, see this.. http://www.anddev.org/viewtopic.php?t=826
Vinay