MapRouteLeg.EstimatedDuration Property

Definition

Gets the estimated time required to traverse the route leg.

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

Property Value

The estimated time required to traverse the route leg.

Applies to

See also