Pregunta

i'wanna Downlaod Tierra Virtual Silverlight Map Control CTP.¡Pero no puedo encontrar este producto en cualquier lugar! Incluso en Microsoft Connect, ¡está enviado por Bing Map! ¿Puede alguien ayudarme? PS: IM InterSTING BY Virtual Tierra Silverlight Map Control CTP porque necesito usar el servicio de enrutamiento de mapas de Google.Ahora que existe en el mapa de Bing, pero es menos rico que el mapa de Google.

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

¿Fue útil?

Solución

You wont find the CTP release anywhere, and Virtual Earth is just the old product name for bing maps. You can get the version 1.0 of the Bing Maps Silverlight control (which is what the CTP turned in to) from http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=2949.

But from the sound of your enquiry you shouldnt be using Bing Maps/Virtual Earth control at all as you cannot (due to licensing) mix mapping services from Bing and Google.

Instead take a look at the open source silverlight mapping control:

http://deepearth.codeplex.com/

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top