为什么我在Bing地图上看不到建筑物?

时间:2013-02-11 16:50:52

标签: c# windows-store-apps bing-maps

我无法理解为什么我的bing地图不显示建筑物 ShowBuildings是真的。

您可以比较两个屏幕截图,差异很大。
First - Bing Store for Windows Store appp(我的应用)
Second - Windows 8 Pro中的原生Bing地图

我的xaml很简单。

<MapsCore:Map x:Name="PART_Map"
                      Credentials="STRING_KEY"
                      ShowBuildings="True"
                      ShowBreadcrumb="True"
                      ShowNavigationBar="True"
                      />

有什么问题?

1 个答案:

答案 0 :(得分:0)

根据this网站,Bing Maps API的某些功能(如BirdsEye Imagery)尚未公开测试,只能通过Extended Modes SDK获取。这可能是您的问题来自的地方。