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

属性值

遍历路线段所需的估计时间。

适用于

另请参阅