我可以在 winforms c# 应用程序中使用 MapPoint
我可以在我的 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 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下是 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