0

我有一个集成 Dundas Maps 的项目,我最后一次听说目前不受支持,几年前已被 Microsoft 收购。

我想知道是否有 Microsoft 发布的基于 Dundas Maps 的库。

我知道微软已经发布了 Microsoft Chart Controls for .NET 3.5 来取代 Dundas Charting Tools,但我不确定 Dundas Maps 是否有类似的版本。我需要使用 Dundas Maps 进行无缝过渡。

对于地图软件,我在谷歌搜索时发现的最接近的是 Bing Maps,这并不是我想要的,因为它似乎没有 C# 库。

4

1 回答 1

0

Bing Maps is what you are looking for. There are several different API's for Bing Maps. Several of them can be used in C#. If you are creating a WPF or WinForm application that take a look at the Bing Maps WPF control. If you are creating a web application then there is the bing Maps Silverlight and AJAX controls. You can fin documentation on the different API's here: http://msdn.microsoft.com/en-us/library/dd877180.aspx

于 2013-07-31T13:38:58.747 回答