Android : maps from intent -
in application : have find home tab.. on clicking , after passing co-ordinates emulator control should show map...
if use intent
uri uri = uri.parse("http://maps.google.com/maps?saddr=42.35892,-71.05781&daddr=40.756054,-73.986951"); intent intent = new intent(android.content.intent.action_view, uri); startactivity(intent); its not showing tabs of application...
how associate intent application , make show map in application..
also possible show textbox below map displayed intent??
please help..
thanks.
you have include map in activity.
here infos google: http://developer.android.com/resources/tutorials/views/hello-mapview.html
text below map: how can add textview below mapview?
you can set tab display mapactivity created way explained int hose links above.
to draw path in map same person here: android duration maps.google.com directions
Comments
Post a Comment