Re: [android-developers] Open Google Maps with Route In Tab Using Activity

2011-07-31 Thread usafrmajor
Great for understanding what is happening. Just wondering if you, or anyone else, knows of any good android code examples on how to overlay the result on a map generated within an application. thanks -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Open Google Maps with Route In Tab Using Activity

2011-07-30 Thread usafrmajor
I was able to get a screen to open that shows a route using Google Maps however it opens up separate from my application. I would like it to opens up in the tab that I launch it from within my application. Can that be done? if so, how would I do that? thanks I open the Activity like this

Re: [android-developers] Open Google Maps with Route In Tab Using Activity

2011-07-30 Thread Mark Murphy
On Sat, Jul 30, 2011 at 2:46 PM, usafrmajor usafrma...@gmail.com wrote: I was able to get a screen to open that shows a route using Google Maps however it opens up separate from my application.  I would like it to opens up in the tab that I launch it from within my application.  Can that be

Re: [android-developers] Open Google Maps with Route In Tab Using Activity

2011-07-30 Thread usafrmajor
OK, thanks I was able to figure out how to find the center point on the map based on my start and stop points. Can you point me to a good resource on how to figure out how to draw a street path between them? No expectations here, just hoping to save some time. :-) thanks -- You received

Re: [android-developers] Open Google Maps with Route In Tab Using Activity

2011-07-30 Thread TreKing
On Sat, Jul 30, 2011 at 5:54 PM, usafrmajor usafrma...@gmail.com wrote: Can you point me to a good resource on how to figure out how to draw a street path between them? No expectations here, just hoping to save some time. :-) thanks Google Google Directions API