如何找到设备从起始位置移动的距离? - Android 工作室

How to find the distance that the device moved from the start location? - Android Studio

我想获取设备在开始位置和结束位置之间移动的距离。我正在使用 GPSManager 和 GPSCallback 获取用户在旅途中花费的速度和时间。

有什么方法可以得到起点和终点之间的准确距离? 在这里用户不知道结束位置是什么。这是用户停止旅程的位置。

如果您有开始和结束位置的纬度和经度值(我假设您有),我之前使用的 this answer 效果很好。