谷歌地图距离计算

发布于 2024-11-08 22:42:08 字数 56 浏览 0 评论 0原文

有谁知道谷歌地图是否考虑海拔和地球上的实际路径来计算两点之间的距离,还是只考虑地理位置来测量距离?

Does anyone know if Google Maps consider elevations and the actual path on earth to calculate distance between two points or it only considers geographical locations for distance measurement?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

年少掌心 2024-11-15 22:42:08

如果您指的是使用 google.maps.DistanceMatrixRequest ,那么是的,它会根据 travelMode 中提供的选项,在计算距离时考虑实际路线
code.google.com 参考
当没有既定路线(至少谷歌知道)时,我确信(根据经验)响应是两个纬度/经度位置之间“直线飞行”的距离。 [基于请求一条平分大湖的路径的经验]

If you are referring to using google.maps.DistanceMatrixRequest then yes, it considers the actual route when calculating distance, based on the option provided in travelMode
code.google.com reference
When there is no established route (at least known to google) i'm sure (from experience) the response is the distance 'as the crow flies' between 2 lat/long locations. [experience based off making the request for a path that bisected a large lake]

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文