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

屬性值

周遊路由所需的估計時間。

適用於

另請參閱