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.
假设我知道 A、B、C 和 D 4 条街道交叉口的坐标。如果我知道一辆汽车 Z 距街道 A 的交叉口 100 米,是否有服务可以让我推导出汽车 Z 的坐标?
如果街道设置是一个完整的网格,这很容易计算 - 但这种情况很少见。
Google 不会为您执行此操作。您需要从十字路口开始抓取街道 A 的路段,然后将从十字路口开始的每个路段的距离相加,直到超过 100 米。然后在最后一段插值以找到 Z 的位置。