Bing Streetside view&位置查找

时间:2015-11-01 18:08:41

标签: vb.net xaml bing-maps bing

您好我最近使用Xaml和VB将Bing地图应用到我的应用程序中,目前我已经在空中模式中使用了它但我想知道如何修改它以便当我放大它时会让我选择进入街道侧视图,我也通过使用文本框和按钮点击来实现地址查找。

的Xaml

<Window x:Class="MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:m="clr-namespace:Microsoft.Maps.MapControl.WPF;assembly=Microsoft.Maps.MapControl.WPF"
Title="MainWindow" Height="350" Width="525">
<Grid >
    <m:Map CredentialsProvider="My Key" x:Name="BingMap"/> 
</Grid>

VB

Imports Microsoft.Maps.MapControl.WPF

Partial Public Class MainWindow
Inherits Window

Public Sub New()
    InitializeComponent()
    'Set the map mode to Aerial with labels
    BingMap.Mode = New AerialMode(True)



End Sub




End Class

这是我目前的设置。

1 个答案:

答案 0 :(得分:0)

Bing Maps WPF控件中没有Streetside。它在Windows 10 Bing Maps控件中可用。