Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建一个自动计算多个不同点之间距离的谷歌地图。
例如:我有地图和 3 个点 A-shop1、B-shop2 和 C-customer。我想在一张地图上显示点 C --> A 之间的距离,以及与点 C --> B 之间的第二距离(不是台阶,两条不同的道路)。我想显示哪个商店更近。
谢谢
使用谷歌的距离矩阵 api。https://developers.google.com/maps/documentation/distancematrix/