Dear Friends,
I have two lat's and Lon's and want to calculate distance between them.
However I do not want use
Location.distanceBetween or
float distance = locationA.distanceTo(locationB);
I want to get results over road.(like google map)
How can I handle this on android?
Thank you

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to