0

我想下载 Virtual Earth Silverlight Map Control CTP 。但我在任何地方都找不到这个产品!即使在 Microsoft Connect 中,它也是由 Bing 地图切换的!任何人都可以帮助我吗?。PS:我对 Virtual Earth Silverlight Map Control CTP 很感兴趣,因为我需要使用谷歌地图路由服务。我现在它存在于必应地图中,但不如谷歌地图丰富。

       ` <m:Map/>
      xmlns:m="clr-namespace:Microsoft.VirtualEarth.MapControl;assembly=Microsoft.
       VirtualEarth.MapControl"
      Width="500" Height="350">
     <Grid x:Name="LayoutRoot" Background="White">
      <m:Map></m:Map>
     </Grid>
    </UserControl>  `
4

1 回答 1

1

您不会在任何地方找到 CTP 版本,Virtual Earth 只是 bing 地图的旧产品名称。您可以从http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=2949获得 Bing Maps Silverlight 控件的 1.0 版(这是 CTP 所转换的)。

但是从您的询问声音来看,您根本不应该使用 Bing 地图/虚拟地球控制,因为您不能(由于许可)混合使用 Bing 和 Google 的地图服务。

而是看看开源的 Silverlight 映射控件:

http://deepearth.codeplex.com/

于 2012-01-27T17:37:54.390 回答