3

如何摆脱 Bing 地图顶部的导航栏?该栏有道路和自动选择器以及鸟瞰和空中选择器。我想摆脱的

4

1 回答 1

2
Microsoft.Maps.loadModule('Microsoft.Maps.Themes.BingTheme', { callback: function() 
{
    map = new Microsoft.Maps.Map(document.getElementById('SDKmap'), 
    { 
         credentials: 'Your Bing Maps Key', 
         theme: new Microsoft.Maps.Themes.BingTheme(),
         showMapTypeSelector:false
    }); 
}});
于 2012-10-22T20:04:00.923 回答