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">Google Maps</a>
If you don't like that, use an iframe instead.
Forrest
2010-08-06 07:05:52
+2
A:
My be this link helps..
http://developer.android.com/guide/tutorials/views/hello-mapview.html
Vinay
2010-08-06 07:06:53
Also, see this.. http://www.anddev.org/viewtopic.php?t=826
Vinay
2010-08-06 07:22:17