如何在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 calculating distance for my requirement it whould be great to me. please help me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据您尝试执行的操作,我建议您弄清楚是否可以使用加速度计实现计步器(步行距离计),并将其与粗略位置 API 和/或精细位置 API 以及您应该能够使用的指南针结合起来实现一个非常好的位置记录器。
除此之外,我不确定你想做什么。
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.