Re: [android-developers] How to calculate distance between to city (dynamically)

2010-09-16 Thread Rocky
Hi Shashidhar, Thanks dear... On Thu, Sep 16, 2010 at 12:56 PM, Shashidhar wrote: > Have a look at this > > http://developer.android.com/reference/android/location/Location.html#distanceBetween%28double,%20double,%20double,%20double,%20float[]%29

Re: [android-developers] How to calculate distance between to city (dynamically)

2010-09-16 Thread Shashidhar
Have a look at this http://developer.android.com/reference/android/location/Location.html#distanceBetween%28double,%20double,%20double,%20double,%20float[]%29

[android-developers] How to calculate distance between to city (dynamically)

2010-09-16 Thread RKJ (Android developer)
Hi All, I want to calculate the distance between 2 city, whatever user mention. Example - Default City - 1st City - New York or New Delhi, London Seoul anything User Put - 2nd City - California Need - to calculate distance between California to New York or London Welcome any hints --RKJ -