MapRouteFinderResult.AlternateRoutes プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
同じ始点と終点の間の代替ルートを取得します (使用可能な場合)。
public:
property IVectorView<MapRoute ^> ^ AlternateRoutes { IVectorView<MapRoute ^> ^ get(); };
IVectorView<MapRoute> AlternateRoutes();
public IReadOnlyList<MapRoute> AlternateRoutes { get; }
var iVectorView = mapRouteFinderResult.alternateRoutes;
Public ReadOnly Property AlternateRoutes As IReadOnlyList(Of MapRoute)
プロパティ値
同じ始点と終点の間の MapRoute 型の代替ルート (使用可能な場合)。それ以外の場合は null。
注釈
MaxAlternateRouteCount が 1 以上に設定されている場合、GetDrivingRouteAsync メソッドは同じ開始ポイントと終了ポイントの間に追加のルートを提供します (使用可能な場合)。
Note
一部の代替ルートは、ルートの制限に違反する可能性があります。 ViolationedRestrictions プロパティを使用して、違反をチェックします。