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 点之间的路线,从时间 T0 开始,以恒定速度行驶。如下图所示:
有谁知道 GraphHopper(或类似的东西)是否可以准确地说出(纬度,经度)旅行者在 T0+x 时间将在这两点之间的哪个位置,其中“X”是一些正时间量?
您可以使用 GPX 结果,其中包括每个点的时间。或者使用嵌入式模式,您可以更轻松、更高效地找到这些细节,甚至可以计算等时线等。