Re: [android-developers] Gettting Defferent Distance When Using the Google Map and User defined Function

2011-10-10 Thread metin ögtem
Maybe you should send your locations google map service..and read result for calculate distance 2011/10/8, Chirag Raval chirag.android.develo...@gmail.com: yes, i think it gives the result travel distance by car. i want the travel distance . how can i get travel distance ? On Sat, Oct 8, 2011

[android-developers] Gettting Defferent Distance When Using the Google Map and User defined Function

2011-10-08 Thread Chirag Raval
I want to get the Distance between two latitude and longitude in meter / km . So i am using the below function . It gives me the different result than the google Map. Can you help me to solve my problem ? i dont understand What is the Problem ? Code private double distance(double lat1, double

[android-developers] Gettting Defferent Distance When Using the Google Map and User defined Function

2011-10-08 Thread Chirag Raval
I want to get the Distance between two latitude and longitude in meter / km . So i am using the below function . It gives me the different result than the google Map. Can you help me to solve my problem ? i dont understand What is the Problem ? Code float[] results = {0};

Re: [android-developers] Gettting Defferent Distance When Using the Google Map and User defined Function

2011-10-08 Thread Michael Banzon
How do you get the result using google maps? Could the case be that google maps simply gives you the travel distance by car/train/foot?? On Sat, Oct 8, 2011 at 12:19 PM, Chirag Raval chirag.android.develo...@gmail.com wrote: I want to get the Distance between two latitude and longitude in meter

Re: [android-developers] Gettting Defferent Distance When Using the Google Map and User defined Function

2011-10-08 Thread Chirag Raval
yes, i think it gives the result travel distance by car. i want the travel distance . how can i get travel distance ? On Sat, Oct 8, 2011 at 3:53 PM, Michael Banzon mich...@banzon.dk wrote: How do you get the result using google maps? Could the case be that google maps simply gives you the