次の方法で共有


MapRouteLeg.EstimatedDuration プロパティ

定義

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

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

プロパティ値

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

適用対象

こちらもご覧ください