如何在颤动中找到两个地理点之间的确切路线距离

How to find exact route distance between two geo point in flutter

我正在尝试像图像中那样在 flutter 应用程序中找到两点之间的行进距离。
我使用了地理定位器和地理编码插件,但输出是直线距离。如何找到行驶距离?

您可以使用Google的方向API来计算两点之间的行驶距离。 这是 路线的概述 API https://developers.google.com/maps/documentation/directions/overview