无法下载Silverlight虚拟地球地图控件

时间:2012-01-27 09:53:49

标签: silverlight bing-maps google-maps-api-2 virtual-earth

I'wanna downlaod Virtual Earth Silverlight地图控制CTP。但是我无法在任何地方找到这个产品!即使在微软连接中,它也被Bing地图所震撼!任何人都可以帮助我吗?  PS:我正在虚拟地球Silverlight地图控制CTP,因为我需要使用谷歌地图路由服务。我现在它存在于bing地图中,但它不如谷歌地图那么丰富。

       ` <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>  `

1 个答案:

答案 0 :(得分:1)

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

但是根据您的询问,您根本不应该使用Bing Maps / Virtual Earth控件,因为您不能(由于许可)Bing和Google的混合地图服务。

相反,请看一下开源silverlight映射控件:

http://deepearth.codeplex.com/