Share via


MapRoute.EstimatedDuration プロパティ

定義

ルートを通過するために必要な推定時間を取得します。

public:
 property TimeSpan EstimatedDuration { TimeSpan get(); };
TimeSpan EstimatedDuration();
public System.TimeSpan EstimatedDuration { get; }
var timeSpan = mapRoute.estimatedDuration;
Public ReadOnly Property EstimatedDuration As TimeSpan

プロパティ値

ルートを通過するために必要な推定時間。

適用対象

こちらもご覧ください