我可以使用react-native-maps计算两个坐标之间的距离吗?

问题描述 投票:0回答:1

我正在使用react-native-maps,但我想知道是否有可能测量两个坐标之间的距离(在道路上不是空中距离)。

我知道我可以使用Haversien包裹,但这可以计算飞机的飞行距离。

react-native maps coordinates react-native-maps
1个回答
0
投票

Google地图距离矩阵服务可用于此目的。该服务“使用给定的出行方式计算多个起点和目的地之间的出行距离和旅行持续时间”。这是文档https://developers.google.com/maps/documentation/javascript/distancematrix的链接。

© www.soinside.com 2019 - 2024. All rights reserved.