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

属性值

遍历路由所需的估计时间。

适用于

另请参阅