Re: [android-developers] Source code for finding Route between two places in Google map

2011-06-29 Thread Latcho
The reply style on this forum is SHIT. Why bother to reply if you don't even try to be informative. I agree that the request is not elegant, but some people aren't that good in english and they might mean "can someone provide me with a working example", but write "give me the complete sourcecode

Re: [android-developers] Source code for finding Route between two places in Google map

2011-06-27 Thread New Developer
You could try something along this line HttpClient client = new DefaultHttpClient(); HttpGetrequest = new HttpGet(); request.setURI(new URI( "http://maps.google.com/maps/api/directions/json?origin="+locA.getLatitude()+","+locA.getLongitude()+"&destination

Re: [android-developers] Source code for finding Route between two places in Google map

2011-06-27 Thread Raghav Sood
No one here is going to give you the complete code for free. Maybe if you tried and asked for help on errors you could get somewhere. On Mon, Jun 27, 2011 at 10:04 PM, Md.Fazla Rabbi OPU < md.fazlara...@gmail.com> wrote: > Hi all, > I am unable to display the route between two places in google ma

[android-developers] Source code for finding Route between two places in Google map

2011-06-27 Thread Md.Fazla Rabbi OPU
Hi all, I am unable to display the route between two places in google map. Please anyone give me the* complete source code* of displaying route between two places in google map. Best Wishes Md.Fazla Rabbi Opu -- You received this message because you are subscribed to the Google Groups "Android De