Bing Windows Store示例应用程序“Bing Maps C#GPX Route Viewer”将无法编译。
在这行代码中:
LocationRect bestRouteView = new LocationRect(gpxRoutePoints);
......我得到了这两个错误的消息:
'Bing.Maps.LocationRect.LocationRect(Bing.Maps.LocationRect)'的最佳重载方法匹配有一些无效的参数
参数1:无法从'Bing.Maps.LocationCollection'转换为'Bing.Maps.LocationRect'
(gpxRoutePoints是一个LocationCollection)
答案 0 :(得分:1)
您使用的示例最近更新为RTM version of the Bing Maps SDK,并且在那里引入了它抱怨的constructor。 Install the SDK update你应该没事。