如何获得实时追踪结果?

发布于 2024-09-28 10:43:22 字数 296 浏览 10 评论 0原文

我们试图实现的是收集某些路线上的假GPS轨迹,而不是实时进行。

我们首先意识到,通过使用maps.google.com,我们可以从指定点之间的任何方向下载kml文件。但是这些点取决于道路的形状,如果我们经过的话一座桥,kml 文件仅包含在它的开始点和结束点内。(即方向服务)

我知道这个任务听起来有些懒惰,但是如果有办法通过 Google 或其他服务或通过在给定路线上实现一些代码来做到这一点,我们必须尝试一下。

有什么想法吗?

We are trying to achieve is to collect fake gps tracks on some route without going in real time.

We first realized by using maps.google.com we can download kml file from any direction between designated points.But these points depend on shape of the road where if we go through a bridge,kml file comes within only begin and end points of it.(that's Directions Service)

I know this task sounds some lazy,but if there is a way to do this with Google or another service or by implementing some code on given route,we have to try it.

Any ideas ?

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

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

发布评论

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

评论(1

卖梦商人 2024-10-05 10:43:22

我通过使用 GIS 桌面工具找到了解决方案,可以手动添加点。
通过将表格保存为.kml,我实现了收集GPS路线。它可能看起来不像GPS轨迹,但它很容易处理这种情况。

I found solution by using GIS desktop tool where points can be added manually.
By saving table as .kml,I achieved to collect gps route.It may not look GPS track alike,but it was to easy to handle the situation.

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