RouteSummary Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Summary object.
public class RouteSummary
type RouteSummary = class
Public Class RouteSummary
- Inheritance
-
RouteSummary
Properties
ArrivalTime |
The estimated arrival time for the route or leg. Time is in UTC. |
DepartureTime |
The estimated departure time for the route or leg. Time is in UTC. |
LengthInMeters |
Length In Meters property. |
TravelTimeDuration |
Estimated travel time in TimeSpan property that includes the delay due to real-time traffic. Note that even when traffic=false travelTimeInSeconds still includes the delay due to traffic. If DepartAt is in the future, travel time is calculated using time-dependent historic traffic data. |
TravelTimeInSeconds |
Estimated travel time in seconds property that includes the delay due to real-time traffic. Note that even when traffic=false travelTimeInSeconds still includes the delay due to traffic. If DepartAt is in the future, travel time is calculated using time-dependent historic traffic data. |
Applies to
Azure SDK for .NET