适用于 .NET 智能设备应用程序的 Google 地图控件
我正在 Windows 6.1 Mobile 上使用 VS 2008 和 .NET Compact Framework 3.5 开发 GPS 智能设备应用程序,我想使用交互式谷歌地图控件在 Windows Mobile 表单上向用户显示当前位置。但是我在很多网站上搜索了很多这样的控件,但毫无用处,有人可以告诉我如何找到这个控件或者如何做吗?
I am developing a GPS smart device application with VS 2008 and .NET compact framework 3.5 on windows 6.1 mobile, I wanna to show the current location to the user on windows mobile Form using an interactive google Map control. But I searched a lot for such a control through many sites uselessly can anyone tell me how to find this control or how to do it please ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我认为 GMaps.NET 是最好的:
http://greatmaps.codeplex.com/
GMaps.NET is the best in my opinion:
http://greatmaps.codeplex.com/
这是您可以尝试的 codeplex 中的项目。下载源代码,没有二进制文件可供下载。
Here is a project in codeplex you may try. Download the source code there is no binary for download.
我也在相同的环境中进行开发,并考虑向我们的应用程序添加导航。在我们的例子中,设备将安装在车辆中,因此我们需要“Tom Tom”风格的导航,而不是“自上而下”的 Google 地图。
我们正在使用非常棒的 Resco 控件。他们最近发布了一个导航控件,您可以将其拖到表单上。我希望尽快对此进行评估。这些东西并不便宜,但如果您的项目有预算,您可能想查看演示。 Resco 是一家非常值得打交道的公司(没有隶属关系 - 只是他们让我的应用程序看起来很酷,并为我节省了很多工作)。
http://www.resco.net/developer/mapnavigation/overview.aspx
干杯
标记
I'm also developing in the same environment and looking at adding navigation to our app. In our case the device will be in a vehicle so we want "Tom Tom" style nav rather than "top down" Google Maps.
We are using Resco controls which are excellent. They have recently released a navigation control that you can just drag on to a form. I'm hoping to evaluate this soon. This stuff isn't cheap but you might want to check out the demo if your project has the budget. Resco are an excellent company to deal with (no affiliation - just that they have made my app look cool and saved me a LOT of work).
http://www.resco.net/developer/mapnavigation/overview.aspx
Cheers
Mark