Bing Windows ストアのサンプル アプリ「Bing Maps C# GPX Route Viewer」がコンパイルされません。
このコード行で:
LocationRect bestRouteView = new LocationRect(gpxRoutePoints);
...次の 2 つのエラー メッセージが表示されます。
'Bing.Maps.LocationRect.LocationRect(Bing.Maps.LocationRect)' に最適なオーバーロードされたメソッドの一致には、いくつかの無効な引数があります
引数 1: 'Bing.Maps.LocationCollection' から 'Bing.Maps.LocationRect' に変換できません
(gpxRoutePoints は LocationCollection です)