我可以在 winforms c# 应用程序中使用 MapPoint

发布于 2024-12-29 02:52:05 字数 232 浏览 4 评论 0原文

我可以在我的 c# Winform 应用程序中使用 MapPoint 吗?我的意思是我在互联网上找不到好的资源,微软确实为开发人员提供了一些信息,但我对如何将其集成到我的应用程序中感到困惑。

目的: 使用地图的目的是我们需要在地图上显示车辆,比如它们在英国的哪条街上。有没有更好的方法来实现这个功能。

有人可以分享他们关于如何在 c# winform 应用程序中使用 MapPoint 的经验吗?

谢谢

Can I use MapPoint in my c# Winform Application. I mean I couldn't find good resources on the internet, Microsoft did put some info for developers but I am confused about how I can integrate it in my application.

Purpose:
The purpose of using map is that we need to display vehicles on the map, like on which street they are in UK. Is there any better way to achive this functionality.

Can somebody share their experience on how we can use MapPoint in our c# winform application.

Thanks

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

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

发布评论

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

评论(1

傲娇萝莉攻 2025-01-05 02:52:05

以下是 Mappoint 2011 SDK 的链接

http://msdn.microsoft.com/ en-us/library/gg674715.aspx

它向您展示了如何使用嵌入的 COM Active X 控件(您可以在 .NET 中执行此操作)以及如何调用其对象模型。唯一的问题是所有示例都在 VB.NET 中。

此链接展示了如何将 ActiveX 控件引用到您的应用程序以及针对它进行编码的一些 C# 知识。

http://msdn.microsoft.com/en-us/library/gg674717.aspx

由于 MapPoint 看起来没有更新(由于即使在 2011 SDK 中也有非常旧的引用),您可能需要考虑在您的应用程序中嵌入浏览器控件并使用bing.com/maps sdk,因为它将更新得更加频繁,并且在技术方面更加最新

http://www.microsoft.com/maps/developers/mapapps.aspx

Here is a link to the Mappoint 2011 SDK

http://msdn.microsoft.com/en-us/library/gg674715.aspx

It shows you how to use embed their COM Active X control (which you can do in .NET) and how to call their object model. The only problem is that all the examples are in VB.NET

This link show how to reference the ActiveX control to your application and a little bit of C# on coding against it.

http://msdn.microsoft.com/en-us/library/gg674717.aspx

Since it looks like MapPoint is not being updated (due to very old references even in there 2011 SDK), you may want to look at embedding a browser control in your app and using the bing.com/maps sdk as it will be updated much more frequent and is more up to date in terms of technologies

http://www.microsoft.com/maps/developers/mapapps.aspx

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