将地图添加到 WPF 应用程序

发布于 2024-10-20 04:55:35 字数 199 浏览 0 评论 0原文

我有一个 WPF 应用程序,它以图形方式表示城市之间的汽车轨迹。

到目前为止,它只是白色背景上的圆圈和它们之间的线。

有没有一种方法可以添加一些功能,比如谷歌地图,将圆圈链接到物理坐标,而不是沿着道路绘制真实路径?

在此处输入图像描述

I have a WPF application that graphically represents a car trajectory between cities.

Till now, it's just circles and line between them on a white background.

Is there a way to add some functionality like Google Maps does, say, link circles to physical coordinates and instead of lines draw real paths following the roads?

enter image description here

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

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

发布评论

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

评论(2

中二柚 2024-10-27 04:55:35

当然这是可能的,但您必须获得详细的路线信息。
当然,第一个问题是路线是否应该显示为理想(计算)路线或实际完成的路线。
一种可能性是包含一个网络浏览器并使用 Javascript 中的 Google Maps API 或其他很棒的地图 这是一个.NET 地图库。

Of course its possible but you have to get access to detailed route information.
First question of course is if the routes should be displayed as ideal (calculated) routes or as actually completed routes.
One Possibility is to include a webbrowser and use the Google Maps API in Javascript or otherwise great maps which is a .NET map library.

请别遗忘我 2024-10-27 04:55:35

对于问题的渲染部分,您可以使用 Path 类来定义线段/贝塞尔曲线的集合。

For the rendering part of the problem, you can probably use the Path class to define a collection of line segments/bezier curves.

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