how to find distance between two areas in android
hi all i want to fin out distance between two places. if i go from one place to another place by street by street the distance is vary and suppose i walk within a street the latitude and longitude may not be changed. so these method may not help me. is there any other way for calcu开发者_如何学编程lating distance for my requirement it whould be great to me. please help me.
Based on what you're attempting to do I would suggest figuring out if you can implement a pedometer (walking distance meter) using the accelerometer, combine that with the coarse location API and/or the fine location API and the compass you should be able to implement a pretty good location logger.
Other than that I'm not sure what you're trying to do.
精彩评论