Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
BingMapsサービスに少し問題があります。WPFアプリでルートを描画したい。結果からRoutePath.Pointsを読み取る場合を除いて、その常に機能します。フィールドLegsにはすべての方向がありますが、RoutePathにはデータがありません。
これは変です。何が間違っている可能性がありますか?
私は問題を理解しました。routerequest のオプションを定義して、routePath にポイントを渡す必要があります。
routeRequest.Options = new RouteOptions() { RoutePathType = RoutePathType.Points };
このトピックを閉じることができます....